Versions Compared

Key

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

...

Info

Currently handles the following situations:

  • HTTP and HTTPS protocolshttp://mydomain.com, https://mydomain.com
  • Domainswww.my_domain.com, http://www.blog.my_2nd_domain.com
  • IP address (with protocol) e.g. http://235.156.13.10/
  • Portshttp://mydomain.com:9890
  • Pathshttp://mydomain.com/path/to/dir.html
  • Parameters and anchors, query stringshttp://mydomain.com/path/to/dir.html?var1=true+or+false&setFlaghttp://mydomain.com/path/to/dir.html#section2
  • Encodinghttp://mydomain.com/path%20to%20dir

Include Page
Generic Configuration Parameters
Generic Configuration Parameters

Configuration Parameters

  • Parameter
    summaryEnable recognition for domains. (e.g www.mydomain.com)
    defaultfalse
    namedomain
    typeboolean
  • Parameter
    summaryEnable recognition for urls. (e.g http://mydomain.com)
    defaultfalse
    nameurl
    typeboolean
Code Blocksaga_config_stage
skip
boundaryFlagstext block split
requiredFlagstoken
languageskipFlagsjs
"domain": false,
"url": true


Example Output

saga_graph
Code Block
languagetext
V----------------------------[All the answers in http://www.notaproblem.com.]-----------------------------V 
^--------------------------[All the answers in http://www.notaproblem.com]---------------------------V-[]-^ 
^-[All]-V-[the]-V-[answers]-V-[in]-V------------------[http://www.notaproblem.com]-------------------^      
^-[all]-^                          ^-[http]-V-[:]-V-[//]-V-[www]-V-[.]-V-[notaproblem]-V-[.]-V-[com]-^      
                                   ^----------------------------[{URL}]------------------------------^      

Output Flags

Lex-Item Flags:

  • SEMANTIC_TAG - Identifies all lexical items which are semantic tags.
  • URL - Identifies the token as an URL address

...