rustling-ontology
rustling-ontology copied to clipboard
Ontology for rustling
# Parsing Error ## Version `v0.17.6` ## Language `all` ## Parser input `"zéro virgule quatre-vingt-cinq` ## Parser output ``` +----+--------+---+--------------------------------+--------------------------------+ | ix | log(p) | p | text | value...
until + date => final boundary = date at 00:00:00 => INCORRECT from + date1 + until + date2 => final boundary = date2 + 1 at 00:00:00 => CORRECT...
These rules doesn't seems to differentiate midnight and noon "hour" "hour and minutes" "hour and minutes and seconds"
# Parsing Error ## Version `your.tag.number` ## Language `EN` ## Parser input `one two three` ## Parser output ```python parser = RustlingParser(u"en") parser.parse(u"one two three") >>> [{'char_range': {'end': 13, 'start':...
# Parsing Error This issue was initially raised here: https://github.com/snipsco/snips-nlu/issues/677 ## Version `0.17.5` ## Language `en` ## Parser input `Q1 2018` ## Parser output ``` Integer(IntegerOutput(2018)) ``` ## Parser expected...
cf this issue: https://github.com/snipsco/snips-nlu/issues/678
in the helpers provide to write a grammar. the functions: `smart_span_to` and `span_to` should be consistent. All ad hoc behaviour should be in `smart_spant_to` and `span_to` should only contains the...
# Parsing Error ## Version `0.18.0` ## Language `en` `fr` ## Parser input `two hundred twenty-three million three hundred one thousand two hundred eleven euros` `trois cent deux millions quatre...
# Parsing Error Rustling should not interpret values like `"2K"` as datetime. ## Version `0.17.5` ## Language `en` ## Parser input `cargo run -- --lang en parse "2K" -k Time`...
Fr: depuis - à partir de En: since -from De: seit - ab **French: "depuis" combined with durations, but not with simple dates** "depuis le 5 janvier": KO recognized as...