jcolibri.extensions.textual.IE.gate
Class GatePOStagger

java.lang.Object
  extended by jcolibri.extensions.textual.IE.gate.GatePOStagger

public class GatePOStagger
extends java.lang.Object

Performs the POS tagging using the GATE algorithm.
Part-Of-Speech tags (the original GATE set):

Version:
1.0
Author:
Juan A. Recio-Garcia

Constructor Summary
GatePOStagger()
           
 
Method Summary
static void tag(CBRQuery query)
          Performs the algorithm in all the IETextGate typed attributes of a query.
static void tag(CBRQuery query, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a query.
static void tag(java.util.Collection<CBRCase> cases)
          Performs the algorithm in all the IETextGate typed attributes of a collection of cases.
static void tag(java.util.Collection<CBRCase> cases, java.util.Collection<Attribute> attributes)
          Performs the algorithm in the given attributes of a collection of cases.
static void tag(IETextGate text)
          Performs the algorithm in a given IETextGate object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatePOStagger

public GatePOStagger()
Method Detail

tag

public static void tag(java.util.Collection<CBRCase> cases,
                       java.util.Collection<Attribute> attributes)
Performs the algorithm in the given attributes of a collection of cases. These attributes must be IETextGate objects.


tag

public static void tag(CBRQuery query,
                       java.util.Collection<Attribute> attributes)
Performs the algorithm in the given attributes of a query. These attributes must be IETextGate objects.


tag

public static void tag(java.util.Collection<CBRCase> cases)
Performs the algorithm in all the IETextGate typed attributes of a collection of cases.


tag

public static void tag(CBRQuery query)
Performs the algorithm in all the IETextGate typed attributes of a query.


tag

public static void tag(IETextGate text)
Performs the algorithm in a given IETextGate object


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es