rustling-ontology icon indicating copy to clipboard operation
rustling-ontology copied to clipboard

Ontology for rustling

Results 29 rustling-ontology issues
Sort by recently updated
recently updated
newest added

# Parsing Error ## Version `v0.17.6` ## Language `all` ## Parser input `"zéro virgule quatre-vingt-cinq` ## Parser output ``` +----+--------+---+--------------------------------+--------------------------------+ | ix | log(p) | p | text | value...

bug
helpwanted

until + date => final boundary = date at 00:00:00 => INCORRECT from + date1 + until + date2 => final boundary = date2 + 1 at 00:00:00 => CORRECT...

bug
fixpending

These rules doesn't seems to differentiate midnight and noon "hour" "hour and minutes" "hour and minutes and seconds"

bug
fixpending

# 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':...

bug
fixpending

# 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...

enhancement
fixpending

cf this issue: https://github.com/snipsco/snips-nlu/issues/678

check

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...

enhancement

# 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...

bug
helpwanted

# 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`...

bug
fixpending

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...

bug
fixpending