Changed 'lin' method name to 'linearize' (py-bindings).

This commit is contained in:
jordi.saludes
2011-12-08 13:08:36 +00:00
parent 093ba41fa3
commit bff947f44f
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ Notice that parsing returns a list of gf trees.
Let's save it and linearize it in Spanish:
>>> t = pgf.parse(eng, "is 42 prime")
>>> pgf.lin(spa, t[0])
>>> pgf.linearize(spa, t[0])
'42 es primo'
(which is not, but there is a '?' lacking at the end, remember?)