|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureExtractor
Feature extractors extract features from text sequences.
Classes implementing this interface should provide a public constructor
that accepts a TiesConfiguration
as first argument
and a
suffix string as second argument to allow reflection-based loading.
Method Summary | |
---|---|
FeatureVector |
buildFeatures(Reader reader)
Extracts a vector of relevant features from a text sequence. |
Method Detail |
---|
FeatureVector buildFeatures(Reader reader) throws IOException, ProcessingException
reader
- a reader containing the text to represent
IOException
- if an I/O error occurs while reading the input
ProcessingException
- if an error occurs while processing the input
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |