pnhofmann

Results 183 comments of pnhofmann

You mean something like [Clippit](https://upload.wikimedia.org/wikipedia/en/d/db/Clippy-letter.PNG)? That'd be funny! Like this idea.

``` import pyautogui import requests from colorama import Fore from plugin import plugin, require, alias import os @require(network=True) @alias("ss", "capture") @plugin("screenshot") def ss(jarvis,s): jarvis.say("Please give me a moment", Fore.BLUE) incr...

Yes, the language parser is far from perfect. It is just a search "is word XXX in input"? Unfortunately good language processing is not easy and something I have no...

> pandas There are in fact libraries specially (and only) for natural language analysis. e.g. nltk. Pandas is for data analysis - like if you measured temperature etc. every day...

WOW, this luck: Todays givaway by packt (official giveaway by publisher): "**Next Generation Natural Language Processing with Python [Video]**" https://www.packtpub.com/packt/offers/free-learning You would need to register and claim this video **today**...

Just to ping @sukeesh @StefanosChaliasos just in case you are interested in this Natural Language Processing Video (because might be useful for this project and only free today). If not,...

> I just saw it today :( I don't even know if those tools are right for us - guess I was more excited than it actually was - so...

Hey, just found really (!) interesting python library by chance: https://github.com/snipsco/snips-nlu I haven't tried it out yet. But basically: It's a complete machine-learning library which takes a sentence and returns...

> Hey, I was looking at the code and I saw someone has been working into some nlp stuff. Actually - not really... Just used nltk for dictionary-functionality if that...

> Can't we change the language parser and integrate Snips with it ??? That would be the idea ;). And I guess, this would actually be something possible with passable...