Changes between Version 38 and Version 39 of private/NlpInPracticeCourse/ParsingCzech


Ignore:
Timestamp:
Nov 6, 2023, 11:00:46 PM (6 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/ParsingCzech

    v38 v39  
    8686make texttrans SENTENCE=academic_librarians-10
    8787}}}
     881. Debugging the parsing process can be done using
     89 {{{
     90make debug SENTENCE=academic_librarians-10
     91}}}
     92 which will print the final rules used to build the tree. Adding
     93 `DETAIL=1` will show all details of the parsing process, including
     94 the unused rules.
     95 {{{
     96make debug SENTENCE=academic_librarians-10 DETAIL=1
     97}}}
    88981. Look at the files (you may use `mc` file manager, exit it with `Esc+0`):
    8999 * `data/vert/pdt2_etest` or `ud21_gum_dev` - 100 input sentences in vertical format.[[br]]