public class SimpleXtract extends Object
Simple Xtractor for extracting phrases from text
Smadja, F. Retrieving collocations from text: Xtract. Computational Linguistics, 1993, 19(1), pp. 143--177.
Copyright: Copyright (c) 2005
Company: IST, Drexel University
| Constructor and Description |
|---|
SimpleXtract(int maxSpan,
String workingDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
extract(double minStrength,
double minSpread,
double minZScore,
double minExpandRatio,
String outputFile) |
void |
extract(WordPairExpand expander,
double minStrength,
double minSpread,
double minZScore,
String outputFile) |
void |
index(CollectionReader[] cr,
Tagger tagger,
Lemmatiser lemmatiser) |
void |
index(CollectionReader[] cr,
Tagger tagger,
Lemmatiser lemmatiser,
String wordDelimitor) |
void |
index(CollectionReader[] cr,
WordPairIndexer indexer) |
void |
index(CollectionReader cr,
Tagger tagger,
Lemmatiser lemmatiser) |
void |
index(CollectionReader cr,
Tagger tagger,
Lemmatiser lemmatiser,
String wordDelimitor) |
void |
index(CollectionReader cr,
WordPairIndexer indexer) |
protected void |
printWordPair(WordPairStat[] arrStat,
String filename) |
public SimpleXtract(int maxSpan,
String workingDir)
public void index(CollectionReader cr, Tagger tagger, Lemmatiser lemmatiser)
public void index(CollectionReader cr, Tagger tagger, Lemmatiser lemmatiser, String wordDelimitor)
public void index(CollectionReader[] cr, Tagger tagger, Lemmatiser lemmatiser)
public void index(CollectionReader[] cr, Tagger tagger, Lemmatiser lemmatiser, String wordDelimitor)
public void index(CollectionReader cr, WordPairIndexer indexer)
public void index(CollectionReader[] cr, WordPairIndexer indexer)
public void extract(double minStrength,
double minSpread,
double minZScore,
double minExpandRatio,
String outputFile)
public void extract(WordPairExpand expander, double minStrength, double minSpread, double minZScore, String outputFile)
protected void printWordPair(WordPairStat[] arrStat, String filename)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.