|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SVMFeatureExporter
User: Fabien Campagne Date: Jan 19, 2004 Time: 1:21:31 PM
| Field Summary | |
|---|---|
static int |
fromAnnotationClass
|
static int |
negativeClass
|
static int |
positiveClass
|
| Method Summary | |
|---|---|
FeatureCreationParameters |
createFeatureCreationParameters()
Return corresponding type of FeatureCreationParameters. |
void |
firstPass(FeatureCreationParameters parameters,
Collection<AnnotationSource> annotations)
Determine what the features are. |
void |
secondPass(int svmClass,
FeatureCreationParameters parameters,
Collection<AnnotationSource> annotations,
Writer writer)
Write the features to the writer. |
| Field Detail |
|---|
static final int fromAnnotationClass
static final int positiveClass
static final int negativeClass
| Method Detail |
|---|
void firstPass(FeatureCreationParameters parameters,
Collection<AnnotationSource> annotations)
annotations - Annotations to examine for wordsparameters - The parameters for this export.
void secondPass(int svmClass,
FeatureCreationParameters parameters,
Collection<AnnotationSource> annotations,
Writer writer)
throws IOException
parameters - Parameters for this export.annotations - Annotations to convert to features.writer - Where to write the features.
IOException - If an error occured writing to the writer.FeatureCreationParameters createFeatureCreationParameters()
|
Textractor API textractor-720 (20091120123250) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||