Difference between revisions of "Text Processing"

From Robert-Depot
Jump to: navigation, search
(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
</syantxhighlight>
+
</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 09:10, 18 March 2014

<<< back to Wiki Home

Python helpers with NLTK

matching sentences by keyword

python find_statements.py ~/script/reading\ reference.txt reading_machine.txt machine

matching sentences by keyword and related keys derived from wordnet