Interface SemanticTagParser

All Superinterfaces:
ObjectParser<SemanticTag>

@NonNullByDefault public interface SemanticTagParser extends ObjectParser<SemanticTag>
SemanticTagParser is the interface to implement by any SemanticTag parser.
Author:
Laurent Garnier - Initial contribution