AROMA 1.2

fr.inrialpes.exmo.aroma.utils.ling
Class SBinaryTermExtractor

java.lang.Object
  extended by fr.inrialpes.exmo.aroma.utils.ling.SBinaryTermExtractor
All Implemented Interfaces:
TermExtractor

public class SBinaryTermExtractor
extends Object
implements TermExtractor

A faire simple binary term extractor : pas utilisation ACABIT


Field Summary
private static String TERM_TYPE
           
 
Constructor Summary
SBinaryTermExtractor()
           
 
Method Summary
 void free()
           
 Set<String> getTerms(String lemmatisedText)
           
 Set<String> getTerms(String text, String language)
           
 String getTermType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TERM_TYPE

private static String TERM_TYPE
Constructor Detail

SBinaryTermExtractor

public SBinaryTermExtractor()
Method Detail

getTermType

public String getTermType()
Specified by:
getTermType in interface TermExtractor

getTerms

public Set<String> getTerms(String lemmatisedText)
Specified by:
getTerms in interface TermExtractor

getTerms

public Set<String> getTerms(String text,
                            String language)
Specified by:
getTerms in interface TermExtractor

free

public void free()
Specified by:
free in interface TermExtractor

AROMA 1.2

(C) Universite Pierre-Mendes-France, INRIA & Universite de Nantes 2006-2009