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