Versions Compared

Key

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

Identifies tokens that look like emails and flags them with the "EMAIL" flag.


Operates On:  Lexical Items with TOKEN and possibly other flags as specified below.

Saga_is_recognizer

Info

Currently handles the following situations:

  • Local part could contain letters, digits and symbols with the exception of square/angle brackets, exclamation/question marks and quotes.

  • Local part cannot start or finish with period (.). It cannot have repeated periods in the middle.

  • Quotes are permitted if an entire local part is quoted. When quoted, any symbol is permitted with the exception of exclamation and question marks.

  • Domain part could contain only letters, digits and the symbol dot (.) and/or dash (-).

  • Symbols dot (.) and dash (-) cannot be placed at the beginning or the end. They cannot be repeated in the middle.

  • Domain could also be an IP v4 number.


Include Page
Generic Configuration Parameters
Generic Configuration Parameters

Configuration Parameters

Code Block

Example Output

Code Block
languagetext
V--------------[please send an email to [email protected] thank you ]---------------V 
^-[please]-V-[send]-V-[an]-V-[email]-V-[to]-V-[[email protected]]-V-[thank]-V-[you]-^ 
                                            ^-----------[{email}]------------^

Output Flags

Lex-Item Flags:

  • EMAIL- Identifies the token as an email.
  • SEMANTIC_TAG - Identifies all lexical items that are semantic tags.

Vertex Flags:

Info

No vertices are created in this stage