Refactored parsers to introduce priority
This commit is contained in:
@@ -14,7 +14,7 @@ class ExactConceptParser(BaseParser):
|
||||
MAX_WORDS_SIZE = 10
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
BaseParser.__init__(self, "ExactConcept")
|
||||
BaseParser.__init__(self, "ExactConcept", 80)
|
||||
|
||||
def parse(self, context, text):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user