Showing
1 changed file
with
6 additions
and
5 deletions
... | @@ -22,7 +22,7 @@ from sklearn_crfsuite import metrics | ... | @@ -22,7 +22,7 @@ from sklearn_crfsuite import metrics |
22 | 22 | ||
23 | from nltk.corpus import stopwords | 23 | from nltk.corpus import stopwords |
24 | from trainingTesting_Sklearn_crfsuite import word2features | 24 | from trainingTesting_Sklearn_crfsuite import word2features |
25 | -from trainingTesting_Sklearn_crfsuite import sent2features | 25 | +from training-validation-v2.py import sent2features |
26 | # from trainingTesting_Sklearn_crfsuite import hasNonAlphaNum | 26 | # from trainingTesting_Sklearn_crfsuite import hasNonAlphaNum |
27 | # from trainingTesting_Sklearn_crfsuite import hasDigit | 27 | # from trainingTesting_Sklearn_crfsuite import hasDigit |
28 | 28 | ||
... | @@ -46,10 +46,11 @@ from trainingTesting_Sklearn_crfsuite import sent2features | ... | @@ -46,10 +46,11 @@ from trainingTesting_Sklearn_crfsuite import sent2features |
46 | # C:\Anaconda2\python tagging_Sklearn_crfsuite.py --inputPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\classifying_TFSentences\corpus\ECK120011394_FhlA\transformed --modelName sentencesTraining.fStopWords_False.fSymbols_False --modelPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\trainingTest_CRF_TERM_TAGS --outputPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\classifying_TFSentences\corpus\ECK120011394_FhlA\transformed_CRFtagged > output.taggingCRF.20161107.txt | 46 | # C:\Anaconda2\python tagging_Sklearn_crfsuite.py --inputPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\classifying_TFSentences\corpus\ECK120011394_FhlA\transformed --modelName sentencesTraining.fStopWords_False.fSymbols_False --modelPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\trainingTest_CRF_TERM_TAGS --outputPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\classifying_TFSentences\corpus\ECK120011394_FhlA\transformed_CRFtagged > output.taggingCRF.20161107.txt |
47 | # python | 47 | # python |
48 | # tagging_Sklearn_crfsuite.py | 48 | # tagging_Sklearn_crfsuite.py |
49 | -# --inputPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\classifying_TFSentences\corpus\ECK120011394_FhlA\transformed | 49 | +# --inputPath /home/compu2/bionlp/conditional-random-fields/input |
50 | -# --modelName sentencesTraining.fStopWords_False.fSymbols_False | 50 | +# --modelName training-data-set-70.fStopWords_False.fSymbols_False |
51 | -# --modelPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\trainingTest_CRF_TERM_TAGS | 51 | +# --modelPath /home/compu2/bionlp/conditional-random-fields |
52 | -# --outputPath C:\Users\cmendezc\Documents\GENOMICAS\AUTOMATIC_SUMMARIZATION_TFS\classifying_TFSentences\corpus\ECK120011394_FhlA\transformed_CRFtagged > output.taggingCRF.20161107.txt | 52 | +# --outputPath /home/compu2/bionlp/conditional-random-fields |
53 | +# python tagging_Sklearn_crfsuite.py --inputPath /home/compu2/bionlp/conditional-random-fields/input --modelName training-data-set-70.fStopWords_False.fSymbols_False --modelPath /home/compu2/bionlp/conditional-random-fields --outputPath /home/compu2/bionlp/conditional-random-fields | ||
53 | 54 | ||
54 | ################################# | 55 | ################################# |
55 | # FUNCTIONS # | 56 | # FUNCTIONS # | ... | ... |
-
Please register or login to post a comment