Module gatenlp.pam

Subpackage for modules related to pattern matching.

Expand source code
"""
Subpackage for modules related to pattern matching.
"""

Sub-modules

gatenlp.pam.matcher
gatenlp.pam.pampac

Module for PAMPAC (Pattern Matching wit PArser Combinators) which allows to create parsers that can match patterns in annotations and text and carry …