Package relations

Class VerbChunk


  • public class VerbChunk
    extends Object
    Author:
    Chinh
    • Constructor Detail

      • VerbChunk

        public VerbChunk()
    • Method Detail

      • addVerb

        public void addVerb​(Chunk v)
      • isQualify

        public boolean isQualify()
      • merge

        public BasicChunk merge()
        Merge this verb chunk to create BasicChunk
        Returns:
        : BasicChunk
      • belongTO

        public boolean belongTO​(Word trg,
                                Word pro)
        For simple events/ or binding without theme2
        Parameters:
        trg -
        pro -
        Returns:
        true if trg and pro belong to this verb chunk
      • belongTO

        public boolean belongTO​(Word trg,
                                Word pro,
                                Word pro2)
      • print

        public void print()