mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
concrete TrigramCnc of Trigram = {
|
|
|
|
lincat
|
|
S,Word,Seq = Str;
|
|
|
|
Unigram, Bigram, Trigram, Prob = {} ;
|
|
|
|
lin
|
|
sent _ _ l = l ;
|
|
nil a b c _ = a ++ b ++ c ;
|
|
cons _ _ l c _ = l ++ c ;
|
|
|
|
} |