fr.inrialpes.exmo.aroma.utils.ling
Class SBinaryTermExtractor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TERM_TYPE
private static String TERM_TYPE
SBinaryTermExtractor
public SBinaryTermExtractor()
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
(C) Universite Pierre-Mendes-France, INRIA & Universite de Nantes 2006-2009