Difference between revisions of "Task 3"
Jump to navigation
Jump to search
Musaab Khan (talk | contribs) (Created page with "== Task 3 == ==Task== bash Fix_Ordinals.sh /home/musaab/wikibackup/ormk/ ./dictionary.yaml ormk -f Namespace(force=True, lookup_dict='./dictionary.yaml', path='./files.txt'...") |
Musaab Khan (talk | contribs) |
||
(17 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | == Task | + | ==Task== |
+ | Make the Toolchain Approach [https://github.com/SmartDataAnalytics/OpenResearch/discussions/121 Wikiquery as a tool to fix issues] work and apply it to a few key showcases/Issues | ||
+ | |||
+ | == Goals == | ||
+ | * Spend only a few day on the Tool chain. | ||
+ | * Try to get immediate benefit from it while solving low hanging fruits (issues). | ||
+ | * Each issue should be solvable within hours in the test environments. | ||
+ | * Acceptance criteria for each of the issues | ||
+ | |||
+ | === Issues === | ||
+ | # {{Ticket|119|Text Values in Ordinal Field}} | ||
+ | # {{Ticket|138|Ordinal Extraction from Title}} | ||
+ | # {{Ticket|139|Review and update the event years}} | ||
+ | == Procedure == | ||
+ | |||
− | == | + | |
+ | <source lang='bash'> | ||
+ | == Current Progress == | ||
+ | grep Ordinal C:/Users/92031/wikibackup/ormk -l -r | python ordinal_to_cardinal.py -stdin -d '../dictionary.yaml' -ro -f | wikirestore -t ormk -stdinp -ui | ||
− | + | restoring 1 pages from C:/Users/92031/wikibackup/ormk to ormk | |
− | + | 1/1 ( 100%): restore ALENEX 2019 ...C:/Users/92031/wikibackup/ormk/ALENEX 2019.wiki | |
− | |||
− | |||
− | |||
− | |||
− | / | ||
restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk | restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk | ||
− | + | ||
− | + | </source> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category: Task]] | [[Category: Task]] |
Latest revision as of 16:25, 3 March 2021
Task
Make the Toolchain Approach Wikiquery as a tool to fix issues work and apply it to a few key showcases/Issues
Goals
- Spend only a few day on the Tool chain.
- Try to get immediate benefit from it while solving low hanging fruits (issues).
- Each issue should be solvable within hours in the test environments.
- Acceptance criteria for each of the issues
Issues
- 119 Text Values in Ordinal Field
- 138 Ordinal Extraction from Title
- 139 Review and update the event years
Procedure
== Current Progress ==
grep Ordinal C:/Users/92031/wikibackup/ormk -l -r | python ordinal_to_cardinal.py -stdin -d '../dictionary.yaml' -ro -f | wikirestore -t ormk -stdinp -ui
restoring 1 pages from C:/Users/92031/wikibackup/ormk to ormk
1/1 ( 100%): restore ALENEX 2019 ...C:/Users/92031/wikibackup/ormk/ALENEX 2019.wiki
restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk