Skip to content

Does not work #3

@neerajvashistha

Description

@neerajvashistha

Running this on Python2.7
First error AttributeError: 'str' object has no attribute 'isnumeric', quick fix convert string into unicode.
Second error: AttributeError: 'list' object has no attribute 'copy', quick fix use below for python2.7

    #tokens = tokens.copy()
    tokens = tokens[:]

Third error: AssertionError: Classes must either be a tuple or a type., for queries which contain date-time but in string(now unicode) format along with other unessential data, such as, "show me flights to london in next week"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions