SceneGraphParser icon indicating copy to clipboard operation
SceneGraphParser copied to clipboard

Failure for very simple cases

Open zyong812 opened this issue 1 year ago • 1 comments

sng_parser.tprint(sng_parser.parse('the chair is in front of the desk'))
Entities:
+--------+-----------+-------------+
| Head   | Span      | Modifiers   |
|--------+-----------+-------------|
| chair  | the chair | the         |
| desk   | the desk  | the         |
+--------+-----------+-------------+
Relations:
+-----------+------------+----------+
| Subject   | Relation   | Object   |
|-----------+------------+----------|
+-----------+------------+----------+

zyong812 avatar Oct 12 '22 13:10 zyong812