Module gatenlp.processing.gazetteer
Module for various gazetteer annotator implementations.
Expand source code
"""
Module for various gazetteer annotator implementations.
"""
from gatenlp.processing.annotator import Annotator
from gatenlp.processing.gazetteer.tokengazetteer import TokenGazetteer
from gatenlp.processing.gazetteer.stringgazetteer import StringGazetteer
Sub-modules
gatenlp.processing.gazetteer.base
-
Base class for all gazetteer annotators
gatenlp.processing.gazetteer.stringgazetteer
-
This module provides Gazetteer classes which allow matching the text or the tokens of documents against gazetteer lists, lists of interesting texts or …
gatenlp.processing.gazetteer.tokengazetteer
-
This module provides Gazetteer classes which allow matching the text or the tokens of documents against gazetteer lists, lists of interesting texts or …