Changes between Version 30 and Version 31 of private/NlpInPracticeCourse/AutomaticCorrection


Ignore:
Timestamp:
Dec 4, 2019, 9:59:22 AM (4 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/AutomaticCorrection

    v30 v31  
    9898   1. [raw-attachment:test-nopunct.txt testing text with no commas]
    9999   1. [raw-attachment:eval-gold.txt evaluation text with correct punctuation]
    100    1. [raw-attachment:evalpunct_robust.py evaluation script] which computes recall and precision with both texts
     100   1. [raw-attachment:evalpunct_robust.py evaluation script] which computes recall and precision with both texts
     101{{{
     102mkdir ia161-grammar
     103cd ia161-grammar
     104wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/AdvancedNlpCourse/AutomaticCorrection/punct.set
     105wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/AdvancedNlpCourse/AutomaticCorrection/test-nopunct.txt
     106wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/AdvancedNlpCourse/AutomaticCorrection/eval-gold.txt
     107wget https://nlp.fi.muni.cz/trac/research/raw-attachment/wiki/private/AdvancedNlpCourse/AutomaticCorrection/evalpunct_robust.py
     108}}}
    1011091. run the parser to fill punctuation to the testing text
    102110 {{{