edu.illinois.cs.cogcomp.lbj.coref.io.loaders
Class ParsePhraseResult

java.lang.Object
  extended by edu.illinois.cs.cogcomp.lbj.coref.io.loaders.ParsePhraseResult

public class ParsePhraseResult
extends java.lang.Object


Field Summary
 int m_nextPosition
           
 java.util.List<java.lang.String> m_partsOfSpeech
           
 java.lang.String m_phraseType
           
 java.util.List<java.lang.String> m_words
           
 
Constructor Summary
ParsePhraseResult(java.lang.String phraseType, java.util.List<java.lang.String> words, java.util.List<java.lang.String> partsOfSpeech, int nextPosition)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_phraseType

public java.lang.String m_phraseType

m_words

public java.util.List<java.lang.String> m_words

m_partsOfSpeech

public java.util.List<java.lang.String> m_partsOfSpeech

m_nextPosition

public int m_nextPosition
Constructor Detail

ParsePhraseResult

public ParsePhraseResult(java.lang.String phraseType,
                         java.util.List<java.lang.String> words,
                         java.util.List<java.lang.String> partsOfSpeech,
                         int nextPosition)
Parameters:
words - A reference to this list (not a copy) is held in this class.