Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Olcay Taner YILDIZ committed Aug 24, 2024
1 parent a60d59b commit e055a6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ private String getPronType(){
if (containsTag(MorphologicalTag.DETERMINER)){
return "Art";
}
if (lemma.equals("kendi") ||containsTag(MorphologicalTag.PERSONALPRONOUN)){
if (lemma.equals("kendi") || containsTag(MorphologicalTag.PERSONALPRONOUN)){
return "Prs";
}
if (lemma.equals("birbiri") || lemma.equals("birbirleri")){
Expand Down

0 comments on commit e055a6c

Please sign in to comment.