public class Word2Phrase extends Object
Constructor and Description |
---|
Word2Phrase(Language language,
PhraseAnalyzerDao phraseDao) |
Modifier and Type | Method and Description |
---|---|
void |
concatenateBigrams(File inputDir,
File outputDir,
int maxWords) |
int |
learnThreshold(int numWords) |
static void |
main(String[] args) |
public Word2Phrase(Language language, PhraseAnalyzerDao phraseDao)
public void concatenateBigrams(File inputDir, File outputDir, int maxWords) throws IOException
IOException
public int learnThreshold(int numWords)
public static void main(String[] args) throws IOException, ConfigurationException
IOException
ConfigurationException
Copyright © 2014. All rights reserved.