Changes between Version 27 and Version 28 of private/NlpInPracticeCourse/AutomaticCorrection


Ignore:
Timestamp:
Dec 10, 2017, 10:04:12 PM (6 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/AutomaticCorrection

    v27 v28  
    1101101. evaluate the result
    111111 {{{
    112 ./evalpunct_robust.py eval-gold.txt test.txt > results.txt
     112python evalpunct_robust.py eval-gold.txt test.txt > results.txt
    113113cat results.txt
    114114}}}
    115 1. edit the grammar `punct.set` and add 1-2 rules to increase the coverage of 10%.
     1151. edit the grammar `punct.set` and add 1-2 rules to increase the recall of 10%.
    116116
    117117 You may need to go through general information about the [https://nlp.fi.muni.cz/trac/set/wiki/documentation#Rulesstructure SET grammar format]. Information about adapting the grammar for the task of ''punctuation detection'' can be found the this [raw-attachment:tsd2014.pdf published paper].