refining SubjPre rules; adding * in chunking

This commit is contained in:
aarne
2014-03-08 17:06:02 +00:00
parent e054739dc0
commit 340b32594f
7 changed files with 27 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ lin
OneChunk c = c ;
PlusChunk c cs = cc2 c cs ;
ChunkPhr c = c ;
ChunkPhr c = ss ("*" ++ c.s) | c ;
lin