Interface TaggerConfig

  • All Known Implementing Classes:
    FixedTaggerConfig, RDFTaggerConfig

    public interface TaggerConfig
    A tagger configuration and their assignment for tags.
    Author:
    burgetr
    • Method Detail

      • getTaggers

        Map<Tag,​Tagger> getTaggers()
        Returns the complete mapping of tags to their source taggers.
        Returns:
        A map assigning a tagger to each tag
      • getTaggerForTag

        Tagger getTaggerForTag​(Tag tag)
        Finds a tagger for the given tag.
        Parameters:
        tag - the given tag
        Returns:
        The assigned tagger or null when no tagger is assigned.