Interface FeatureGenerator

    • Method Detail

      • extractFeatures

        Collection<String> extractFeatures​(String[] text,
                                           Map<String,​Object> extraInformation)
        Extracts features from given text fragments.
        Parameters:
        text - The text fragments to extract features from
        extraInformation - Optional extra information to be used by the FeatureGenerator.
        Returns:
        A collection of features.