| Constructor and Description |
|---|
ScoredTagging(List<E> tokens,
List<String> tags,
double score)
Construct a scored tagging with the specified tokens, tags, and
score.
|
public ScoredTagging(List<E> tokens, List<String> tags, double score)
tokens - Tokens for the tagging.tags - Tags for the tagging.score - Score for the tagging.IllegalArgumentException - If the lists are not of the
same size.Copyright © 2016 Alias-i, Inc.. All rights reserved.