Jon Ander Oribe
Jon Ander Oribe
> > is package-lock.json to be committed? > > According to [Stackoverflow](https://stackoverflow.com/questions/44206782/do-i-commit-the-package-lock-json-file-created-by-npm-5) - yes. > > @JonanOribe > > > You will see a little GUI(browser type) with an animation...
> > that is, for far, the best natural language processing library that I know > > What exactly does this library do better than pure python alternatives like [Snips...
@pnhofmann The difference between NLU and NLP is that basically NLU undestands what the user want and NLP is like NLU but after understand the topics that the user have...
How can I create a new branch on this repository?? I know how to do it on my own repo, but not the way to generate a new branch or...
I usually work with NLP.js, is a library for Javascript that gives you the opportunity to make natural language processing with more or less good results(they will be better with...
> Do we really need to go for Javascript? I work with python and javascript and at this moment, the best NLP libraries that I could find are for the...
I was working around this topic with the code that I show you below: ``` from plugin import plugin import csv @plugin("myinfo") def myinfo(jarvis, s): mydict = {} name_parameter =...
> Hi @JonanOribe , nice code. > So first about the file. I think will be better if we use a JSON file to save the information. > About the...
Hi @Martins6 , at this moment I have not too much time for continuing with this feature, so if you want too take it feel free about this. On the...
> detector_factory.detect_langs Thanks for the approach, really improves the performance