Class ClassificationAnalyzer
java.lang.Object
com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
com.arangodb.entity.arangosearch.analyzer.ClassificationAnalyzer
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
void
setProperties
(ClassificationAnalyzerProperties properties) Methods inherited from class com.arangodb.entity.arangosearch.analyzer.SearchAnalyzer
getFeatures, getName, getType, setFeatures, setName, setType
-
Constructor Details
-
ClassificationAnalyzer
public ClassificationAnalyzer()
-
-
Method Details
-
getProperties
-
setProperties
-
equals
- Overrides:
equals
in classSearchAnalyzer
-
hashCode
public int hashCode()- Overrides:
hashCode
in classSearchAnalyzer
-