org.cleartk.token.tokenizer.chunk
Class ChunkTokenizerFeatureExtractor
java.lang.Object
org.cleartk.token.tokenizer.chunk.ChunkTokenizerFeatureExtractor
- All Implemented Interfaces:
- org.cleartk.chunker.ChunkerFeatureExtractor, org.uimafit.factory.initializable.Initializable
Deprecated.
@Deprecated
public class ChunkTokenizerFeatureExtractor
- extends Object
- implements org.cleartk.chunker.ChunkerFeatureExtractor
Copyright (c) 2007-2008, Regents of the University of Colorado
All rights reserved.
- Author:
- Philip
|
Method Summary |
org.cleartk.classifier.Instance<String> |
extractFeatures(org.apache.uima.jcas.JCas jCas,
org.apache.uima.jcas.tcas.Annotation labeledAnnotation,
org.apache.uima.jcas.tcas.Annotation sequence)
Deprecated. |
void |
initialize(org.apache.uima.UimaContext context)
Deprecated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
labeledAnnotationClass
protected Class<? extends org.apache.uima.jcas.tcas.Annotation> labeledAnnotationClass
- Deprecated.
ChunkTokenizerFeatureExtractor
public ChunkTokenizerFeatureExtractor()
- Deprecated.
initialize
public void initialize(org.apache.uima.UimaContext context)
throws org.apache.uima.resource.ResourceInitializationException
- Deprecated.
- Specified by:
initialize in interface org.uimafit.factory.initializable.Initializable
- Throws:
org.apache.uima.resource.ResourceInitializationException
extractFeatures
public org.cleartk.classifier.Instance<String> extractFeatures(org.apache.uima.jcas.JCas jCas,
org.apache.uima.jcas.tcas.Annotation labeledAnnotation,
org.apache.uima.jcas.tcas.Annotation sequence)
throws org.cleartk.classifier.feature.extractor.CleartkExtractorException
- Deprecated.
- Specified by:
extractFeatures in interface org.cleartk.chunker.ChunkerFeatureExtractor
- Throws:
org.cleartk.classifier.feature.extractor.CleartkExtractorException
Copyright © 2012. All Rights Reserved.