Package cz.vutbr.fit.layout.api
Interface TaggerConfig
-
- All Known Implementing Classes:
FixedTaggerConfig
,RDFTaggerConfig
public interface TaggerConfig
A tagger configuration and their assignment for tags.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tagger
getTaggerForTag(Tag tag)
Finds a tagger for the given tag.Map<Tag,Tagger>
getTaggers()
Returns the complete mapping of tags to their source taggers.
-