Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop to Master 21-04-22 #478

Merged
merged 17 commits into from
Apr 21, 2022
Merged
Prev Previous commit
Next Next commit
minor fix
tanaya-b committed Mar 24, 2022
commit 747283a499fe2be438ab09e4046ec2b0919905f8
2 changes: 1 addition & 1 deletion ner_v1/api.py
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
from chatbot_ner.config import ner_logger
from datastore.exceptions import DataStoreRequestException
from language_utilities.constant import ENGLISH_LANG
from ner_constants import (PARAMETER_MESSAGE, PARAMETER_ENTITY_NAME, PARAMETER_STRUCTURED_VALUE,
from ner_constants import (PARAMETER_MESSAGE, PARAMETER_ENTITY_NAME, PARAMETER_STRUCTURED_VALUE, PARAMETER_ASR,
PARAMETER_FALLBACK_VALUE, PARAMETER_BOT_MESSAGE, PARAMETER_TIMEZONE, PARAMETER_REGEX,
PARAMETER_LANGUAGE_SCRIPT, PARAMETER_SOURCE_LANGUAGE, PARAMETER_PRIOR_RESULTS)
from ner_v1.chatbot.combine_detection_logic import combine_output_of_detection_logic_and_tag