Changes between Version 41 and Version 42 of private/NlpInPracticeCourse/AutomaticCorrection
- Timestamp:
- Apr 10, 2022, 9:07:54 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
private/NlpInPracticeCourse/AutomaticCorrection
v41 v42 1 1 = Automatic language correction = 2 [[https://is.muni.cz/auth/predmet/fi/ia161|IA161]] [[en/ AdvancedNlpCourse|Advanced NLPCourse]], Course Guarantee: Aleš Horák2 [[https://is.muni.cz/auth/predmet/fi/ia161|IA161]] [[en/NlpInPracticeCourse|NLP in Practice Course]], Course Guarantee: Aleš Horák 3 3 4 4 Prepared by: Aleš Horák, Ján Švec … … 21 21 22 22 There are 2 tasks, you may choose one or both: 23 1. [wiki:/en/ AdvancedNlpCourse/AutomaticCorrection#task1 statistical spell checker for English]24 2. [wiki:/en/ AdvancedNlpCourse/AutomaticCorrection#task2 rule based grammar checker (punctuation) for Czech]23 1. [wiki:/en/NlpInPracticeCourse/AutomaticCorrection#task1 statistical spell checker for English] 24 2. [wiki:/en/NlpInPracticeCourse/AutomaticCorrection#task2 rule based grammar checker (punctuation) for Czech] 25 25 26 26 == Task 1: Statistical spell checker for English == #task1 … … 102 102 mkdir ia161-grammar 103 103 cd ia161-grammar 104 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/ AdvancedNlpCourse/AutomaticCorrection/punct.set105 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/ AdvancedNlpCourse/AutomaticCorrection/test-nopunct.txt106 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/ AdvancedNlpCourse/AutomaticCorrection/eval-gold.txt107 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/ AdvancedNlpCourse/AutomaticCorrection/evalpunct_robust.py104 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/NlpInPracticeCourse/AutomaticCorrection/punct.set 105 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/NlpInPracticeCourse/AutomaticCorrection/test-nopunct.txt 106 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/NlpInPracticeCourse/AutomaticCorrection/eval-gold.txt 107 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/NlpInPracticeCourse/AutomaticCorrection/evalpunct_robust.py 108 108 }}} 109 109 1. run the parser to fill punctuation to the testing text … … 129 129 130 130 131 Do not forget to upload your resulting files to the [/en/ AdvancedNlpCourse homework vault (odevzdávárna)].131 Do not forget to upload your resulting files to the [/en/NlpInPracticeCourse homework vault (odevzdávárna)].