Class ClassificationAnalyzer


  • public final class ClassificationAnalyzer
    extends SearchAnalyzer
    An Analyzer capable of classifying tokens in the input text. It applies a user-provided supervised fastText word embedding model to classify the input text. It is able to classify individual tokens as well as entire inputs.
    Since:
    ArangoDB 3.10
    Author:
    Michele Rastelli
    See Also:
    API Documentation