Class DefaultTokenContextGenerator

    • Constructor Detail

      • DefaultTokenContextGenerator

        public DefaultTokenContextGenerator​(Set<String> inducedAbbreviations)
        Initializes a customized DefaultTokenContextGenerator instance via a set of inducedAbbreviations.
        Parameters:
        inducedAbbreviations - The induced abbreviations to be used for this instance.
    • Method Detail

      • getContext

        public String[] getContext​(String sentence,
                                   int index)
        Specified by:
        getContext in interface TokenContextGenerator
        Parameters:
        sentence - The string that represents a sentence.
        index - The index to consider splitting tokens.
        Returns:
        An array of features for a sentence at the specified index.