Kevin Meza Landeros

Update filtering.py

...@@ -22,7 +22,7 @@ __author__ = 'kevinml' ...@@ -22,7 +22,7 @@ __author__ = 'kevinml'
22 # 22 #
23 # 23 #
24 # Examples 24 # Examples
25 -# python filtering.py --inputPath /home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input --outputPath /home/kevinml/automatic-extraction-growth-conditions/CoreNLP/output --iFile NER_words.txt 25 +# python filtering.py --inputPath /home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input --outputPath /home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input --iFile NER_words.txt
26 26
27 #################################################################################### 27 ####################################################################################
28 # FUNCTIONS # 28 # FUNCTIONS #
......