Class Phrase

java.lang.Object
de.swa.mmfg.extension.esmmfg.Phrase

public class Phrase
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  Phrase.type  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static int DET  
    static int N  
    static int NP  
    static int PP  
    static int PR  
    static int ROOT  
    static int SENTENCE  
    static int V  
    static int VP  
  • Constructor Summary

    Constructors 
    Constructor Description
    Phrase​(Word w, int type)  
    Phrase​(Word w, int tp, Word... words)  
    Phrase​(Phrase... subphrase)  
  • Method Summary

    Modifier and Type Method Description
    void addPhrase​(Phrase p)  
    static Phrase getPhraseForRelationship​(int val)  
    java.lang.String getPhraseText()  
    java.util.Vector<Phrase> getSubPhrases()  
    int getType()  
    java.util.Vector<Word> getWords()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait