Class CoordinationToken


  • public class CoordinationToken
    extends Object
    Author:
    lichtenwald This class encapsulates the data that belong to the token (like the word or the appropriate pos tag) and the methods which modify these data.
    • Constructor Detail

      • CoordinationToken

        public CoordinationToken()
    • Method Detail

      • getWord

        public String getWord()
      • getPosTag

        public String getPosTag()
      • getCoordinationLabel

        public String getCoordinationLabel()
      • getEntityLabel

        public String getEntityLabel()
      • getEEELabel

        public String getEEELabel()
      • setWord

        public void setWord​(String word)
      • setPosTag

        public void setPosTag​(String posTag)
      • setCoordinationLabel

        public void setCoordinationLabel​(String coordinationLabel)
      • setEntityLabel

        public void setEntityLabel​(String entityLabel)
      • setEEELabel

        public void setEEELabel​(String EEELabel)
      • toString

        public String toString()
        This method is used to output the components of the Token to a String
        Overrides:
        toString in class Object
        Returns:
        output String which will contain the token components