-
Notifications
You must be signed in to change notification settings - Fork 133
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
How to use multiple entities in Python. #275
Comments
Could you please send reply. |
Hi, I wrote Sample Application In python but I am getting Error. Example :from ner_v1.chatbot.entity_detection import get_text message = "Reserve me a table today at 6:30pm at Mainland China and on Monday at 7:00pm at Barbeque Nation" output_res = get_text(message=message, entity_name=entity_name[2], detector = TimeDetector(entity_name=entity_name[1], language=source_language, Below is the Error of the Above lines: Traceback (most recent call last): Regards, |
Hi, Could you please replay ASAP. We are Waiting for your response because we stucked here. Regards, |
Hi,
How to use multiple entities in Python.
Example:
entities = ['date','time','restaurant']
message = "Reserve me a table today at 6:30pm at Mainland China and on Monday at 7:00pm at Barbeque Nation"
Thanks In advance.
Regards,
Swathi.
The text was updated successfully, but these errors were encountered: