Elyas Ben Hadj Yahia
Elyas Ben Hadj Yahia
The latest version of `angular-material` (1.0.4 at the time of writing) is currently not supported in `angular-form-for`. Namely, forms cannot be submitted using the latest version.
I am trying to generate a form based on a schema that I retrieve asynchronously (promise-based). However, `angular-form-for` does not seem to detect the change, and instead renders a blank...
I just stumbled upon [this article on VADER](https://medium.com/analytics-vidhya/simplifying-social-media-sentiment-analysis-using-vader-in-python-f9e6ec6fc52f). Perhaps we can draw inspiration from it and incorporate some elements in our scoring strategy as explained in the article to improve...
Is maintaining compatibility with Node 4.x a priority, or could we bump it up to at least Node 6.9 (LTS)? This would allow us to use the newer ES6 syntax,...
Currently we have no way of processing smileys since they are stripped away before analysis (in `tokenize.js`). Such a feature serves the same purpose as supporting emojis. For example, here...
It would be cool to have an online demo (on Codepen or Stackblitz or self-hosted) to preview the component and play around with it.