TomapClassifier
Synopsis
Converts a classifier for TomapProjector .
String conversion
Path to the file generated by TomapTrain .
XML conversion
Path to the file generated by TomapTrain . The following attributes can be used to specify the algorithm parameters :
graylist
: path to a file containing the graylist of non-significant heads.empty-words
: path to a file containing stop-words, tokens will be ignored in the computation of similarity.whole-candidate-distance
: iftrue
, then computes the similarity with the whole candidate term (by default: with the significant component).whole-proxy-distance
: iffalse
, then computes the similarity with the significant component of the proxy term (by default: with the whole proxy term).candidate-head-priority
: iffalse
, then only looks for significant components of candidate terms in modifiers (by default: also looks in head).proxy-head-priority
: iffalse
, then only looks for significant components of proxy terms in modifiers (by default: also looks in head).score
: similarity metric between candidate and proxy terms (by default:jaccard
, the only value accepted).default
: default identifier for rejected candidates (by default rejected candidates will not be searched for).no-exact-match
: iftrue
, then skip exact match step.