Difference between revisions of "Text Processing"
From Robert-Depot
(Created page with " <<< back to Wiki Home =Python helpers with NLTK= ==matching sentences by keyword== <syntaxhighlight lang="bash"> python find_statements.py ~/script/reading\ refere...") |
(→matching sentences by keyword) |
||
| Line 5: | Line 5: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
python find_statements.py ~/script/reading\ reference.txt reading_machine.txt machine | python find_statements.py ~/script/reading\ reference.txt reading_machine.txt machine | ||
| − | </ | + | </syntaxhighlight> |
==matching sentences by keyword and related keys derived from wordnet== | ==matching sentences by keyword and related keys derived from wordnet== | ||
Latest revision as of 08:10, 18 March 2014
Python helpers with NLTK
matching sentences by keyword
python find_statements.py ~/script/reading\ reference.txt reading_machine.txt machine