Sentimental
Sentimental copied to clipboard
Training Sentimental
Hello @thinkroth
Awesome module. Have been experimenting with it for a couple of days now and love it. Have a few questions
- Can I train Sentimental and add new words and score?
- Can I override existing word score in Sentimental?
- Can you point me to any resource which explains more about
comparative
value.
Thanks.
I think I can help, @arvindr21.
Firstly, you can "train" Sentimental, just edit the JSON file in master/wordLists
as you like.
Secondly, you can override existing word score in the same way. Just edit the same JSON file.
As far as comparative value, looking over the source (which I know very well, I wrote a browser-compatible port) it is just the score divided by the length of the string you pass to Sentimental.
Hopefully this information is helpful!
@arvindr21 I know this is late, but I submitted a pull request adding this feature. #14 Awaiting feedback from @thinkroth
Okay. Thanks @samcus