-
Notifications
You must be signed in to change notification settings - Fork 24
Add turkish #77
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
Add turkish #77
Conversation
I have uploaded a Turkish dictionary for newsmap.
Add Turkish dictionary
responded to the comments
@LungtaSEKI, thanks for you PRs. I merged both and getting ready to release in a new version of the package. It is failing the test because the dictionary does not match "Great Britain". Do you think you need to edit the dictionary? > txt_tr <- c("Bu İrlanda hakkında bir makale.",
+ "Bu Büyük Britanya hakkında bir makale.")
> toks_tr <- tokens(txt_tr)
> tokens_lookup(toks_tr, data_dictionary_newsmap_tr, levels = 3)
Tokens consisting of 2 documents.
text1 :
[1] "IE"
text2 :
character(0) |
@koheiw My aplogies for getting back to you so late. I have just added Britanya and corrected other typos. I'd really appreciate it if you could check them. |
@LungtaSEKI Where can I find the updated file? It is easiest if you could edit file on this branch. You can clone this repository, and commit and push directly because you are a collaborator. |
Done. Thanks @LungtaSEKI. |
Add TR dictionary