public class PhraseExtractAppConfig extends Object
Phrase extraction application configuration
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
PhraseExtractAppConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateVocabulary(String phraseFile,
int maxPhraseLen,
String vobFile) |
static void |
main(String[] args) |
void |
phraseExtract(ConfigureNode phraseAppNode) |
void |
phraseExtract(String indexFolder,
int maxSpan,
CollectionReader[] crs,
Lemmatiser lemmatiser,
Tagger tagger,
String wordDelimitor,
double strength,
double peakZScore,
double spread,
double expandRatio,
int maxPhraseLength,
String phraseFile,
String vobFile) |
void |
phraseExtract(String indexFolder,
int maxSpan,
double strength,
double peakZScore,
double spread,
double expandRatio,
int maxPhraseLength,
String phraseFile,
String vobFile) |
public static void main(String[] args)
public void phraseExtract(ConfigureNode phraseAppNode)
public void phraseExtract(String indexFolder, int maxSpan, double strength, double peakZScore, double spread, double expandRatio, int maxPhraseLength, String phraseFile, String vobFile)
public void phraseExtract(String indexFolder, int maxSpan, CollectionReader[] crs, Lemmatiser lemmatiser, Tagger tagger, String wordDelimitor, double strength, double peakZScore, double spread, double expandRatio, int maxPhraseLength, String phraseFile, String vobFile)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.