punctuation added to NDTrans

This commit is contained in:
aarne
2014-03-11 20:57:17 +00:00
parent 69b113324e
commit 4ca5ffc892
6 changed files with 49 additions and 2 deletions

View File

@@ -8,9 +8,18 @@ abstract NDTrans =
,Chunk
** {
flags
startcat=Phr;
startcat = TransUnit ;
-- heuristic_search_factor=0.60;
-- meta_prob=1.0e-5;
-- meta_token_prob=1.1965149246222233e-9;
cat
TransUnit ;
fun
SFullstop : Phr -> TransUnit ;
SQuestmark : Phr -> TransUnit ;
SExclmark : Phr -> TransUnit ;
SUnmarked : Phr -> TransUnit ;
}