Interface FileDictionaryElementFactory

    • Method Detail

      • createExc

        Exc createExc​(POS pos,
                      java.lang.String line)
        Create an Exc from a line in an exception file.
        Parameters:
        pos - - the part of speech
        line - - unparsed line
        Returns:
        exception
      • createSynset

        Synset createSynset​(POS pos,
                            java.lang.String line)
        Creates a synset from a line in a data file.
        Parameters:
        pos - - the part of speech
        line - - unparsed line
        Returns:
        synset
      • createIndexWord

        IndexWord createIndexWord​(POS pos,
                                  java.lang.String line)
        Creates an IndexWord from a line in an index file.
        Parameters:
        pos - - the part of speech
        line - - unparsed line
        Returns:
        indexword