partial reconstruction for sentence structures in Susanne

This commit is contained in:
kr.angelov
2013-12-06 15:05:56 +00:00
parent 0d047707fc
commit 1026824060
3 changed files with 330 additions and 26 deletions

View File

@@ -15,6 +15,7 @@ data ParseTree
= Phrase Tag Mods Fn Index [ParseTree]
| Word Id Tag Word Lemma
| App CId [ParseTree]
deriving Eq
data ParseTreePos
= Root