We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In LocusOfMarkingPerLanguage.csv there are 12 unnamed items in LocusOfMarkingBinned5ForPOSSDefault.
LocusOfMarkingPerLanguage.csv
LocusOfMarkingBinned5ForPOSSDefault
The text was updated successfully, but these errors were encountered:
I assume you are referring to the NAs in that column? That's because some languages don't have a POSS exemplar, e.g.
NAs
POSS
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):
This will need to be fixed at the database data entry level.
Sorry, something went wrong.
No branches or pull requests
In
LocusOfMarkingPerLanguage.csv
there are 12 unnamed items inLocusOfMarkingBinned5ForPOSSDefault
.The text was updated successfully, but these errors were encountered: