Giter Site home page Giter Site logo

Parsing estonian symbols about duckling HOT 4 CLOSED

facebook avatar facebook commented on April 26, 2024
Parsing estonian symbols

from duckling.

Comments (4)

patapizza avatar patapizza commented on April 26, 2024

Hi @Kasparsu,

How are you using Duckling? As a library, using the server example or something else?

It does work for me using the library and the server:

> debug (makeLocale ET Nothing) "Kolmkümmend kolm" [This Numeral]
integer 21..99 (Kolmkümmend kolm)
-- integer (20..90) (Kolmkümmend)
-- -- regex (Kolmkümmend)
-- integer (0..19) (kolm)
-- -- regex (kolm)
[Entity {dim = "number", body = "Kolmk\252mmend kolm", value = Object (fromList [("value",Number 33.0),("type",String "value")]), start = 0, end = 16}]
it :: [Entity]

$ curl -XPOST http://0.0.0.0:8000/parse --data 'locale=et_XX&text=Kolmkümmend kolm'
[{"dim":"number","body":"Kolmkümmend kolm","value":{"value":33,"type":"value"},"start":0,"end":16}]%

Feel free to reopen if you still experience the issue.

from duckling.

Kasparsu avatar Kasparsu commented on April 26, 2024

Ah thats how locale is used.. it's kinda confusing.. will give your examples a try. wouldn't it make sense to use full locale et_EE instead of et_XX ?

from duckling.

Kasparsu avatar Kasparsu commented on April 26, 2024

@patapizza ,
well it seems to do fine in server but in curl doesn't. I am using docker to run this so there might be something off in there.
Also you cannot re-open your own issues if a repo collaborator closed them.

*Duckling.Debug> debug (makeLocale ET Nothing) "Kolmkümmend kolm" [This Numeral] integer 21..99 (Kolmkümmend kolm) -- integer (20..90) (Kolmkümmend) -- -- regex (Kolmkümmend) -- integer (0..19) (kolm) -- -- regex (kolm) [Entity {dim = "number", body = "Kolmk\252mmend kolm", value = Object (fromList [("value",Number 33.0),("type",String "value")]), start = 0, end = 16}]

$ curl -XPOST http://192.168.99.100:8000/parse --data 'locale=et_XX&text=Kolmkümmend kolm' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 34 0 0 100 34 0 34 0:00:01 --:--:-- 0:00:01 2125 curl: (52) Empty reply from server

from duckling.

patapizza avatar patapizza commented on April 26, 2024

@Kasparsu: You can use et_EE, it would work too.
Hmm this doesn't seem like an issue from the server example - it would return an empty list ([]) if it doesn't find anything. Not sure it is related, but what is the output of the locale command?

from duckling.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.