|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.extensions.textual.IE.opennlp.OpennlpMainNamesExtractor
public class OpennlpMainNamesExtractor
Identifies the tokens that are main names in the sencence using a Maximum entrophy algorithm. The "isMainName" flag of the Token object is activated if a token is a main name.
Constructor Summary | |
---|---|
OpennlpMainNamesExtractor()
|
Method Summary | |
---|---|
static void |
extractMainNames(CBRQuery query)
Performs the algorithm in all the IETextOpenNLP typed attributes of a query. |
static void |
extractMainNames(CBRQuery query,
java.util.Collection<Attribute> attributes)
Performs the algorithm in the given attributes of a query. |
static void |
extractMainNames(java.util.Collection<CBRCase> cases)
Performs the algorithm in all the IETextOpenNLP typed attributes of a collection of cases. |
static void |
extractMainNames(java.util.Collection<CBRCase> cases,
java.util.Collection<Attribute> attributes)
Performs the algorithm in the given attributes of a collection of cases. |
static void |
extractMainNames(IETextOpenNLP text)
Performs the algorithm in a given IETextOpenNLP object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpennlpMainNamesExtractor()
Method Detail |
---|
public static void extractMainNames(java.util.Collection<CBRCase> cases, java.util.Collection<Attribute> attributes)
public static void extractMainNames(CBRQuery query, java.util.Collection<Attribute> attributes)
public static void extractMainNames(java.util.Collection<CBRCase> cases)
public static void extractMainNames(CBRQuery query)
public static void extractMainNames(IETextOpenNLP text)
|
GAIA - Group for Artificial Intelligence Applications http://gaia.fdi.ucm.es |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |