Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Locus #43

Open
balthasarbickel opened this issue May 16, 2022 · 1 comment
Open

Locus #43

balthasarbickel opened this issue May 16, 2022 · 1 comment

Comments

@balthasarbickel
Copy link
Collaborator

In LocusOfMarkingPerLanguage.csv there are 12 unnamed items in LocusOfMarkingBinned5ForPOSSDefault.

@tzakharko
Copy link
Contributor

I assume you are referring to the NAs in that column? That's because some languages don't have a POSS exemplar, e.g.

filter(GrammaticalMarkers, LID == 116) %>% count(MarkerExemplar)
# A tibble: 3 × 2
  MarkerExemplar     n
  <fct>          <int>
1 Case               1
2 Negation           1
3 NA                 1

filter(GrammaticalMarkers, LID == 114) %>% count(MarkerExemplar)
# A tibble: 5 × 2
  MarkerExemplar     n
  <fct>          <int>
1 Case               1
2 Negation           1
3 Noun Plural        1
4 Tense              1
5 NA                 9

Full list of languages lacking POSS exemplar (but having other data in GrammaMarkers):

LID Glottocode Language
114 ingu1240 Ingush
116 itel1242 Itelmen
169 mait1250 Maithili
192 movi1243 Movima
337 kich1262 Quiche
340 russ1263 Russian
519 brib1243 Bribri
629 chan1310 Chantyal
662 apat1240 Apatani
663 drun1238 Drung
722 nort2722 Qiang (Northern)
1706 kadi1248 Kadiwéu

This will need to be fixed at the database data entry level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants