Difference between revisions of "Task 3"

From OPENRESEARCH mk copy Wiki
Jump to navigation Jump to search
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Task 3 ==
 
 
 
==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 ==
 
== 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 ==
 
== Procedure ==
  
  
  
 +
<source lang='bash'>
 
== Current Progress ==
 
== Current Progress ==
bash Fix_Ordinals.sh /home/musaab/wikibackup/ormk/ ./dictionary.yaml ormk -f
+
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
Namespace(force=True, lookup_dict='./dictionary.yaml', path='./files.txt')
+
 
/home/musaab/wikibackup/ormk/ICMEE 2021.wiki: Successfully changed 6th to 6.
+
 
/home/musaab/wikibackup/ormk/ICGDA 2021.wiki: Successfully changed 4th to 4.
+
restoring 1 pages from C:/Users/92031/wikibackup/ormk to ormk
/home/musaab/wikibackup/ormk/CQR 2008.wiki: Lookup failed! CQR is missing in the dictionary.
+
1/1 ( 100%): restore ALENEX 2019 ...C:/Users/92031/wikibackup/ormk/ALENEX 2019.wiki
/home/musaab/wikibackup/ormk/3IA 2009.wiki: Successfully changed 12th to 12.
 
/home/musaab/wikibackup/ormk/ICMSSP 2021.wiki: Successfully changed 6th to 6.
 
  
 
restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk
 
restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk
1/1 ( 100%): restore ICMEE 2021 ...✅
+
 
restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk
+
</source>
1/1 ( 100%): restore ICGDA 2021 ...✅
 
restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk
 
1/1 ( 100%): restore 3IA 2009 ...✅
 
restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk
 
1/1 ( 100%): restore ICMSSP 2021 ...✅
 
restoring 1 pages from /home/musaab/wikibackup/ormk/ to ormk
 
  
  
 
[[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

  1. 119 Text Values in Ordinal Field
  2. 138 Ordinal Extraction from Title
  3. 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