mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 09:12:51 -06:00
punctuation added to NDTrans
This commit is contained in:
@@ -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 ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user