Results 4 comments of ltbringer

I had the same issue, This helped me on an ubuntu machine: ``` sudo apt-get install libsqlite3-dev libprotobuf-c0-dev ``` after which I could do ``` pip install pytrace ```

Refer to `latent_entities` [field](https://skit-ai.github.io/dialogy/source/dialogy.base.input.html#dialogy.base.input.Input.latent_entities) in the `Input` class. `activate_latent_entities` will become a private variable in a short period.

Would it be better if the negating words don't negate emoticons? Emoticons, unlike other words in a sentence, have a meaning which summarises the emotion felt while writing the text....

@Hiestaa I do want to try out a few things, but I don't yet understand how to go about the values in the [vader_lexicon.txt](https://github.com/cjhutto/vaderSentiment/blob/master/vaderSentiment/vader_lexicon.txt). Going through the source code I...