POST
to /regulardictionarystore/regulardictionaries
with a JSON
in the body like this:201
with a URI referencing the newly created dictionary :eddi://ai.labs.regulardictionary/regulardictionarystore/regulardictionaries/
<UNIQUE_ID>
?version=
<VERSION>
URI
will be used in the parser configuration.parser configuration
, including the reference to the previously created dictionary
.POST
to /parserstore/parsers
must be performed.JSON
Important: Don't forget to replace the<UNIQUE_ID>
and<VERSION>
!
eddi://ai.labs.parser.dictionaries.integer
eddi://ai.labs.parser.dictionaries.decimal
.
as well as ,
as a fractional separatoreddi://ai.labs.parser.dictionaries.punctuation
!
(exclamation_mark) ?
(question_mark).
(dot),
(comma) :
(colon) ;
(semicolon)eddi://ai.labs.parser.dictionaries.email
(\b[A-Z0-9._%+-][email protected][A-Z0-9.-]+.[A-Z]{2,4}\b)
eddi://ai.labs.parser.dictionaries.time
eddi://ai.labs.parser.dictionaries.ordinalNumber
eddi://ai.labs.parser.dictionaries.regular
eddi://ai.labs.regulardictionary/regulardictionarystore/regulardictionaries/<
UNIQUE_ID>version <
VERSION>
POST
to /parser/
<PARSER_ID>
?version=
<VERSION>
expressions
representing the elements from your plain textNote: Keep in mind that this parser is made for human dialog, not parsing (full-text
) documents.