Skip to content

Commit

Permalink
Update disambiguator.cg3
Browse files Browse the repository at this point in the history
extend context to include adverbs that might take an Ablative
  • Loading branch information
rueter committed Oct 24, 2023
1 parent 349f972 commit a514b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cg3/disambiguator.cg3
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ SUBSTITUTE (<W:0.0>) (<W:1.0>) TARGET ("ков" N SP Prl Indef);
SUBSTITUTE (<W:0.0>) (<W:1.0>) TARGET (Use/NG);
SUBSTITUTE (<W:0.0>) (<W:1.0>) TARGET WEIRDCOMP;
SUBSTITUTE (<W:0.0>) (<W:1.0>) TARGET NAMBPROP IF (-1 BOS);
SUBSTITUTE (<W:0.0>) (<W:1.0>) TARGET Abl IF (0 Nom) (0* (ScSg3) BARRIER BOS OR EOS OR CLB ) (NOT 0* QNTSETSGNOM BARRIER BOS OR EOS OR CLB );
SUBSTITUTE (<W:0.0>) (<W:1.0>) TARGET Abl IF (0 Nom) (0* (ScSg3) BARRIER BOS OR EOS OR CLB ) (NOT 0* QNTSETSGNOM BARRIER BOS OR EOS OR CLB ) (NOT 1 ("меле") OR ("инголе") OR ("башка"));
#Фкя сяканять арафтсаськ шить каршес, а омбоцеть путсаськ шобда вастс, коса аф уленди ши [валда].
# deal with вал : валда, пан : панда

Expand Down

0 comments on commit a514b76

Please sign in to comment.