edu.umass.cs.mallet.projects.seg_plus_coref.ie
Class TUI_CorefIE.Segmentation

java.lang.Object
  extended byedu.umass.cs.mallet.projects.seg_plus_coref.ie.TUI_CorefIE.Segmentation
Enclosing class:
TUI_CorefIE

public static class TUI_CorefIE.Segmentation
extends java.lang.Object


Constructor Summary
TUI_CorefIE.Segmentation(TokenSequence input, Sequence output)
           
 
Method Summary
 int[] fieldIdsForWord(java.lang.String text)
           
 java.lang.String[] fieldNamesForWord(java.lang.String word)
           
 java.lang.String[] getFieldNames()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TUI_CorefIE.Segmentation

public TUI_CorefIE.Segmentation(TokenSequence input,
                                Sequence output)
Method Detail

getFieldNames

public java.lang.String[] getFieldNames()

fieldNamesForWord

public java.lang.String[] fieldNamesForWord(java.lang.String word)

toString

public java.lang.String toString()

fieldIdsForWord

public int[] fieldIdsForWord(java.lang.String text)