Giter Club home page Giter Club logo

Comments (3)

FraBle avatar FraBle commented on May 31, 2024 2

I integrated grain now into the wrapper as well. It will return something like

    {
        "dim": "time",
        "end": 23,
        "start": 6,
        "text": "for 2 hours today",
        "value": {
            "grain": "minute",
            "others": [
                {
                    "grain": "minute",
                    "value": "2017-05-09T16:56:00.000-07:00"
                }
            ],
            "value": "2017-05-09T16:56:00.000-07:00"
        }
    }

Released with version 1.6.0

from python-duckling.

savv avatar savv commented on May 31, 2024

clojure output:
({:dim :time, :body "tomorrow", :value {:type "value", :value "2016-11-02T00:00:00.000Z", :grain :day, :values ({:type "value", :value "2016-11-02T00:00:00.000Z", :grain :day})},

python output:
[{'end': 14, 'dim': 'time', 'text': 'tomorrow', 'value': {'value': '2016-11-02T00:00:00.000Z', 'others': ['2016-11-02T00:00:00.000Z']}, 'start': 6}, {'end': 5, 'dim': 'time', 'text': 'lunch', 'value': {'value': {'to': '2016-11-01T14:00:00.000Z', 'from': '2016-11-01T12:00:00.000Z'}, 'others': [{'to': '2016-11-01T14:00:00.000Z', 'from': '2016-11-01T12:00:00.000Z'}, {'to': '2016-11-02T14:00:00.000Z', 'from': '2016-11-02T12:00:00.000Z'}, {'to': '2016-11-03T14:00:00.000Z', 'from': '2016-11-03T12:00:00.000Z'}]}, 'start': 0}]

from python-duckling.

savv avatar savv commented on May 31, 2024

This can be fixed by using the low level version:
d = Duckling()
d.load() # always load the model first
print(d.parse('tomorrow'))
# [{u'body': u'tomorrow', u'dim': u'time', u'end': 8, u'value': {u'values': [{u'grain': u'day', u'type': u'value', u'value': u'2016-10-10T00:00:00.000-07:00'}], u'grain': u'day', u'type': u'value', u'value': u'2016-10-10T00:00:00.000-07:00'}, u'start': 0}]

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