Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
If no country is enabled, by default US will be enabled internally.

Example Output

Code Block
languagetext
V------------------------[please call 1-800-555-5555 thank you]------------------------V 
^-[please]-V-[call]-V----------------[1-800-555-5555]----------------V-[thank]-V-[you]-^ 
                    ^-[1]-V-[-]-V-[800]-V-[-]-V-[555]-V-[-]-V-[5555]-^                   
                    ^-------------------[{phone}]--------------------^

Output Flags

Lex-Item Flags:

  • NUMBER - Flagged on all tokens that are numbers.
  • SEMANTIC_TAG - Identifies all lexical items which are semantic tags.
  • PHONE - Identifies that token as a phone number. 

...