Kevin Meza Landeros

Update filtering_v2.py

...@@ -16,7 +16,7 @@ __author__ = 'kevinml' ...@@ -16,7 +16,7 @@ __author__ = 'kevinml'
16 # --iFile Archivo a partir del cual se obtendran los 3 archivos. 16 # --iFile Archivo a partir del cual se obtendran los 3 archivos.
17 # 17 #
18 # Examples 18 # Examples
19 -# 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 19 +# python filtering_v2.py --inputPath /home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input --outputPath /home/kevinml/automatic-extraction-growth-conditions/CoreNLP/input --iFile NER_words.txt
20 20
21 #################################################################################### 21 ####################################################################################
22 # FUNCTIONS # 22 # FUNCTIONS #
......