kowey / GenI

Surface realiser (part of a Natural Language Generation system) using Tree Adjoining Grammar
GNU General Public License v2.0
21 stars 2 forks source link

geniserver should be able to output morph features #29

Closed kowey closed 11 years ago

kowey commented 11 years ago

Right now you can only do morphological realisation on the server side.

It would be nice if geniserver could somehow return feature structures so that clients can do morphological realisation themselves.

kowey commented 11 years ago

Imported from trac issue 29. Created by kowey on 1970-01-01T01:20:52, last modified: 1970-01-01T01:20:54

kowey commented 11 years ago

Trac comment by kowey on 1970-01-01 01:20:52:

The workaround whilst waiting on this is to do morph realisation on the server side

kowey commented 11 years ago

Trac comment by kowey on 1970-01-01 01:20:54:

Fixed with JSONification and API cleanup.