|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcolibri.extensions.textual.IE.opennlp.OpennlpSplitter
public class OpennlpSplitter
Organizes an IETextOpenNLP object in paragraphs, sentences and tokens. This implementation uses maximum entropy algorithms to obtain sentences and tokens.
Constructor Summary | |
---|---|
OpennlpSplitter()
|
Method Summary | |
---|---|
protected static void |
organizeText(IETextOpenNLP text)
Performs the algorithm in a given IETextOpenNLP object |
static void |
split(CBRQuery query)
Performs the algorithm in all the IETextOpenNLP typed attributes of a query. |
static void |
split(CBRQuery query,
java.util.Collection<Attribute> attributes)
Performs the algorithm in the given attributes of a query. |
static void |
split(java.util.Collection<CBRCase> cases)
Performs the algorithm in all the IETextOpenNLP typed attributes of a collection of cases. |
static void |
split(java.util.Collection<CBRCase> cases,
java.util.Collection<Attribute> attributes)
Performs the algorithm in the given attributes of a collection of cases. |
static void |
split(IETextOpenNLP text)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpennlpSplitter()
Method Detail |
---|
public static void split(java.util.Collection<CBRCase> cases, java.util.Collection<Attribute> attributes)
public static void split(CBRQuery query, java.util.Collection<Attribute> attributes)
public static void split(java.util.Collection<CBRCase> cases)
public static void split(CBRQuery query)
public static void split(IETextOpenNLP text)
protected static void organizeText(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 |