You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x <- c('the dirtier dog has eaten the pies', 'that shameful pooch is tricky and sneaky',
"He opened and then reopened the food bag", 'There are skies of blue and red roses too!',
NA, "The doggies, well they aren't joyfully running.", "The daddies are coming over...",
"This is 34.546 above")
ERROR MESSAGE (in turkish):
Error in dplyr::filter([email protected][c("token", "lemma")], !lemma %in% :
"TT.res" adında bir slot yok ("kRp.text" sınıfında bir nesne için)
it says:
... "TT.res" slot is missing (for "kRp.text" class object)
Can you help me please to solve this issue.
The text was updated successfully, but these errors were encountered:
I have exactly the same problem on win 11 It does not look like a problem of the treetagger, it is more likely to be an issue with a package. Does anyone have suggestions?
I tried below code, which I take from:
https://www.rdocumentation.org/packages/textstem/versions/0.1.4/topics/lemmatize_strings
I installed treetagger under C:\
code is as below:
x <- c('the dirtier dog has eaten the pies', 'that shameful pooch is tricky and sneaky',
"He opened and then reopened the food bag", 'There are skies of blue and red roses too!',
NA, "The doggies, well they aren't joyfully running.", "The daddies are coming over...",
"This is 34.546 above")
lemma_dictionary <- make_lemma_dictionary(x, engine = 'treetagger')
ERROR MESSAGE (in turkish):
Error in dplyr::filter([email protected][c("token", "lemma")], !lemma %in% :
"TT.res" adında bir slot yok ("kRp.text" sınıfında bir nesne için)
it says:
... "TT.res" slot is missing (for "kRp.text" class object)
Can you help me please to solve this issue.
The text was updated successfully, but these errors were encountered: