Changes between Version 6 and Version 7 of private/NlpInPracticeCourse/RelationExtraction


Ignore:
Timestamp:
Nov 16, 2015, 9:26:39 AM (8 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/RelationExtraction

    v6 v7  
    2020Enhance hypernym detection to provide better results.
    2121
    22  * Download  http://nlp.fi.muni.cz/~xrambous/ia161-hyper.zip
    23  * Unzip and run {{{./hyper.py}}}
     22 * Download [[htdocs:bigdata/ia161-hyper.zip|prepared scripts and data]]
     23 * Unzip, `cd ia161-hyper` and run {{{./hyper.py}}}
    2424 * The script reads file {{{vstup.txt}}} (each line is word|definition) and outputs hypernym for each word.
    2525 * Default approach is naive: ''first noun in definition is hypernym''
    26  * Update the {{{find_hyper}}} function to provide better results.
     26 * Update the {{{find_hyper()}}} function in `hyper.py` to provide better results.
    2727 * Upload updated script plus the output.