Class Modification

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​Object>

    public class Modification
    extends HashMap<String,​Object>
    A modification of a text. This class represents a possible rewrite of an original text. Reasons for rewrite may be due to possible spelling errors in the text or to query expansion.
    Author:
    Arne Bergene Fossaa
    See Also:
    Serialized Form
    • Field Detail

      • MODIFICATION_CLASS

        public static final AnnotationClass MODIFICATION_CLASS
    • Constructor Detail

      • Modification

        public Modification​(String text)
    • Method Detail

      • getText

        public String getText()