IEMLdev / ieml

IEML semantic language - a meaning-representation system based on semantic primitives and a regular grammar. Basic semantic relationships between concepts are automatically computed from syntactic similarities.
https://dev.intlekt.io/
GNU General Public License v3.0
53 stars 6 forks source link

Bug in usls/from_rules/ endpoint #34

Closed Vayel closed 7 years ago

Vayel commented 7 years ago
POST /usls/from_rules/
{
    "rules": {
        "r0": "A:O:.wo.t.-",
        "r1": "d.a.-l.a.-f.o.-'",
        "r2": "m.-M:.O:.-'m.-S:.U:.-'E:A:S:.-',",
        "f0": "b.o.-k.o.-s.u.-'",
        "f1": "n.u.-d.u.-d.u.-'"
    }
}

Error:

IEMLObjectResolutionError("Invalid ieml object definitions at:\n\t[] No compatible type found with the path r0 and the ieml object of type Table1D")

raised by ieml.tools.usl(rules)