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