E - Type of tokens in the tagging.public interface Tagger<E>
Tagger<E> interface for objects that tag a list of
tokens of type E.| Modifier and Type | Method and Description |
|---|---|
Tagging<E> |
tag(List<E> tokens)
Return the tagging for the specified list of tokens.
|
Copyright © 2019 Alias-i, Inc.. All rights reserved.