opennlp.tools.parser
Class Cons

java.lang.Object
  extended by opennlp.tools.parser.Cons

public class Cons
extends Object

Class to hold feature information about a specific parse node.

Author:
tsmorton

Constructor Summary
Cons(String cons, String consbo, int index, boolean unigram)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cons

public Cons(String cons,
            String consbo,
            int index,
            boolean unigram)


Copyright © 2010. All Rights Reserved.