mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
fixed typo on c-bracketedLinearize
This commit is contained in:
@@ -226,7 +226,7 @@ cpgfMain qsem command (t,(pgf,pc)) =
|
|||||||
lin' tree (tos,unlex) =
|
lin' tree (tos,unlex) =
|
||||||
[makeObj ["to".=to,"text".=unlex (C.linearize c tree)]|(to,c)<-tos]
|
[makeObj ["to".=to,"text".=unlex (C.linearize c tree)]|(to,c)<-tos]
|
||||||
|
|
||||||
bracketedLin tree to = showJSON (lin' tree to)
|
bracketedLin tree to = showJSON (bracketedLin' tree to)
|
||||||
bracketedLin' tree (tos,unlex) =
|
bracketedLin' tree (tos,unlex) =
|
||||||
[makeObj ["to".=to,"brackets".=showJSON (C.bracketedLinearize c tree)]|(to,c)<-tos]
|
[makeObj ["to".=to,"brackets".=showJSON (C.bracketedLinearize c tree)]|(to,c)<-tos]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user