ark-tweet-nlp-python icon indicating copy to clipboard operation
ark-tweet-nlp-python copied to clipboard

Simple Python wrapper around runTagger.sh of ark-tweet-nlp

Results 8 ark-tweet-nlp-python issues
Sort by recently updated
recently updated
newest added

Hi, I run this example at my end (Windows 10): print CMUTweetTagger.runtagger_parse(['example tweet 1', 'example tweet 2']) no error but the result is '[[]]', empty I also specify the directory...

Trouble running the script on windows, switched to Ubuntu VM and worked fine. The error seems to be this: File "C:\Python27\lib\subprocess.py", line 711, in __init__ errread, errwrite) File "C:\Python27\lib\subprocess.py", line...

Fix the issue that runtagger_parse returns less results than given.

Would creating the interface for Py4J allow for significantly faster running of the code ? Even if not significant, by your estimation how much would it be ?

Hello, I keep getting this error message. Any help is much appreciated. The "runTagger.sh" is in the same folder.. Attached is a screen capture of the issue. Kareem ![CMUTweetTaggerBug](https://f.cloud.github.com/assets/2137418/336100/1b21836c-9c9e-11e2-9a03-a1731cde5df6.png)

I'm trying to use your module with ARK on a project. We have a dump of tweets which need to POS Tag. On extensive testing, I've found that there's an...

Full path needed for jar file.