Interface | Description |
---|---|
Metric<T> |
Generic Interface to be used by classes corresponding to various types of
similarity measures.
|
Class | Description |
---|---|
LLMStringSim |
Lexical Level Matching Metric
|
MetricResponse | |
NESim |
Name Entity Comparison Metric
|
StringMetric<T> |
Basic functionality for Metric classes that can operate on a pair of String
inputs, in addition to whatever non-basic Types the Metric can compare.
|
WordSim |
Word Similarity Metrics including word2vec, Paragram, WordNet, Glove, ESA.
|
Copyright © 2017. All rights reserved.