Last active
January 27, 2018 00:28
-
-
Save mil06/1ba4e5733b1b89cc9a50233db3261d0d to your computer and use it in GitHub Desktop.
Last Name train entities flat v2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "rasa_nlu_data": { | |
| "common_examples": [ | |
| { | |
| "text": "for Peter Leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 10, | |
| "end": 15, | |
| "value": "Leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "Peter Leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 6, | |
| "end": 11, | |
| "value": "Leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "Leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 0, | |
| "end": 5, | |
| "value": "Leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 0, | |
| "end": 5, | |
| "value": "leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "doctor Peter Leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 13, | |
| "end": 18, | |
| "value": "Leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "doctor Leary, Peter", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 7, | |
| "end": 12, | |
| "value": "Leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "doctor peter leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 13, | |
| "end": 18, | |
| "value": "leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "dr. Peter Leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 10, | |
| "end": 15, | |
| "value": "Leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "dr. Leary, Peter", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 4, | |
| "end": 9, | |
| "value": "Leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "for physician Peter Leary", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 20, | |
| "end": 25, | |
| "value": "Leary", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "for David Poch", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 10, | |
| "end": 14, | |
| "value": "Poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "David Poch", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 6, | |
| "end": 10, | |
| "value": "Poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "Poch, David", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 0, | |
| "end": 4, | |
| "value": "Poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "poch", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 0, | |
| "end": 4, | |
| "value": "poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "doctor David Poch", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 13, | |
| "end": 17, | |
| "value": "Poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "doctor Poch, David", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 7, | |
| "end": 11, | |
| "value": "Poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "doctor david poch", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 13, | |
| "end": 17, | |
| "value": "poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "dr. David Poch", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 10, | |
| "end": 14, | |
| "value": "Poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "dr. David Poch", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 10, | |
| "end": 14, | |
| "value": "Poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| }, | |
| { | |
| "text": "for physician David Poch", | |
| "intent": "Last_Name", | |
| "entities": [ | |
| { | |
| "start": 20, | |
| "end": 24, | |
| "value": "Poch", | |
| "entity": "last_name" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment