Class CoNLLRow

    • Constructor Detail

      • CoNLLRow

        public CoNLLRow()
    • Method Detail

      • addOther

        public void addOther​(String name,
                             String value)
        Adds a field not specifically tracked.
        Parameters:
        name - the name of the field
        value - the value of the field
      • getOther

        public String getOther​(String name)
        Gets a non-specific field with the given name.
        Parameters:
        name - the name
        Returns:
        the value
      • hasOther

        public boolean hasOther​(String name)
        Checks if a value for the given non-specified property name exists
        Parameters:
        name - the name
        Returns:
        True exists, False otherwise