Conversation
|
test |
|
supporting multiple languages sounds great. but probably not at the expense of overwriting the original. given the hard-coded nature of the whole thing offering a flag or so to switch data sets would presumably be fine. but at least split it out somehow please. |
|
I made it work on Serbian Language, but I needed to translate whole lexicon file and some constants. I removed hard-coded []bytes and imported new file which works fine for now. I don't want to merge on your repository, i don't know how i ended up here with commits, just wanted to merge to our forked repository xD |
|
I didn't selected right repository, it was yours by default. Sorry about that :) Regards |
|
ok no problem. out of curiosity: does it seem to work well? i imagine cj hutto would be interested to hear if its working as english and serbian are not v closely related and it's not obvious just swapping words is enough. |
|
Yes, it's working fine for me, my clients wants to calculate text emotional score with Vader algorithm and I made it work on Serbian. They are satisfied with results. I translated vaderLexicon.txt to Serbian and static phrases too, added some our words with emotional score in lexicon file and it's rolling fine. |
No description provided.