Changes between Version 41 and Version 42 of private/NlpInPracticeCourse/AutomaticCorrection


Ignore:
Timestamp:
Apr 10, 2022, 9:07:54 PM (2 years ago)
Author:
Ales Horak
Comment:

edited by hales in edit_page_in_vim.py

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/AutomaticCorrection

    v41 v42  
    11= Automatic language correction =
    2 [[https://is.muni.cz/auth/predmet/fi/ia161|IA161]] [[en/AdvancedNlpCourse|Advanced NLP Course]], Course Guarantee: Aleš Horák
     2[[https://is.muni.cz/auth/predmet/fi/ia161|IA161]] [[en/NlpInPracticeCourse|NLP in Practice Course]], Course Guarantee: Aleš Horák
    33
    44Prepared by: Aleš Horák, Ján Švec
     
    2121
    2222There 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]
    2525
    2626== Task 1: Statistical spell checker for English == #task1
     
    102102mkdir ia161-grammar
    103103cd ia161-grammar
    104 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/AdvancedNlpCourse/AutomaticCorrection/punct.set
    105 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/AdvancedNlpCourse/AutomaticCorrection/test-nopunct.txt
    106 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/AdvancedNlpCourse/AutomaticCorrection/eval-gold.txt
    107 wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/AdvancedNlpCourse/AutomaticCorrection/evalpunct_robust.py
     104wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/NlpInPracticeCourse/AutomaticCorrection/punct.set
     105wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/NlpInPracticeCourse/AutomaticCorrection/test-nopunct.txt
     106wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/NlpInPracticeCourse/AutomaticCorrection/eval-gold.txt
     107wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/NlpInPracticeCourse/AutomaticCorrection/evalpunct_robust.py
    108108}}}
    1091091. run the parser to fill punctuation to the testing text
     
    129129
    130130
    131 Do not forget to upload your resulting files to the [/en/AdvancedNlpCourse homework vault (odevzdávárna)].
     131Do not forget to upload your resulting files to the [/en/NlpInPracticeCourse homework vault (odevzdávárna)].