Giter Club home page Giter Club logo

Comments (5)

FraBle avatar FraBle commented on May 30, 2024

It seems to be a bug on in Duckling itself: facebookarchive/duckling_old#58
facebookarchive/duckling_old#165 added exception handling to it.
You can find it in https://github.com/wit-ai/duckling_old/blob/master/src/duckling/time/api.clj#L60.

I'll check if I can add some more error handling around this.

from python-duckling.

FraBle avatar FraBle commented on May 30, 2024

Printing out the error to the result, it would look like

[
    {
        "body": "7208",
        "dim": "number",
        "end": 4,
        "start": 0,
        "value": {
            "type": "value",
            "value": 7208.0
        }
    },
    {
        "body": "7208 week",
        "dim": "duration",
        "end": 9,
        "start": 0,
        "value": {
            "normalized": {
                "unit": "second",
                "value": "Value cannot fit in an int: 4359398400"
            },
            "unit": "week",
            "value": 7208.0,
            "week": 7208
        }
    },
    {
        "body": "7208",
        "dim": "distance",
        "end": 4,
        "latent": true,
        "start": 0,
        "value": {
            "type": "value",
            "value": 7208.0
        }
    },
    {
        "body": "7208",
        "dim": "volume",
        "end": 4,
        "latent": true,
        "start": 0,
        "value": {
            "type": "value",
            "value": 7208.0
        }
    },
    {
        "body": "7208",
        "dim": "temperature",
        "end": 4,
        "latent": true,
        "start": 0,
        "value": {
            "type": "value",
            "value": 7208.0
        }
    },
    {
        "body": "7208",
        "dim": "time",
        "end": 4,
        "latent": true,
        "start": 0,
        "value": {
            "grain": "year",
            "type": "value",
            "value": "7208-01-01T00:00:00.000-08:00",
            "values": [
                {
                    "grain": "year",
                    "type": "value",
                    "value": "7208-01-01T00:00:00.000-08:00"
                }
            ]
        }
    }
]

from python-duckling.

FraBle avatar FraBle commented on May 30, 2024

Error handling is now integrated. Check out version 1.5.1

from python-duckling.

craklyn avatar craklyn commented on May 30, 2024

from python-duckling.

FraBle avatar FraBle commented on May 30, 2024

You're welcome 😄

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.