How to use STModified
This post is to record down how to use all the scripts in STModified.
- Extract Features
--featureExtract.pl --mode=[train/test2/test3] --pos --col - Numerate Feature File
--numericTranslate.pl --file=[input] --mode=[train/test] - NaiveBayesTrain
--naiveBayesTrain.pl --file=[input] --option=[option] - SenseTopicTrain
--naiveBayesTrain.pl --file=[input] --option=[option]
--cSenseTopicTrain.c [input] [option] [numtopics] - SenseTopicModifiedTrain
--naiveBayesTrain.pl --file=[input] --option=[option]
--cSTMTrain.c [input][option][numtopics][nbweight] - NaiveBayesTest
--naiveBayesTest.pl --file=[input] --mode=[ct/t] --option=[option] - SenseTopicTest
--senseTopicTest.pl --file=[input] --mode=[ct/t] --option=[option] - SenseTopicModifiedTest
--senseTopicTestM.pl --file=[input] --mode=[ct/t] --option=[option]

0 Comments:
Post a Comment
<< Home