org.apache.ctakes.relationextractor.ae.features
Class WordNetFeatureExtractor

java.lang.Object
  extended by org.apache.ctakes.relationextractor.ae.features.WordNetFeatureExtractor

public class WordNetFeatureExtractor
extends Object

Features that are based on WordNet.


Constructor Summary
WordNetFeatureExtractor()
           
 
Method Summary
static List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jCas, IdentifiedAnnotation identifiedAnnotation, edu.mit.jwi.IDictionary iDictionary)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordNetFeatureExtractor

public WordNetFeatureExtractor()
Method Detail

extract

public static List<org.cleartk.classifier.Feature> extract(org.apache.uima.jcas.JCas jCas,
                                                           IdentifiedAnnotation identifiedAnnotation,
                                                           edu.mit.jwi.IDictionary iDictionary)


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.