Ian Ozsvald

Results 66 comments of Ian Ozsvald

Hi @PeteBleackley, many thanks for your interest. I'm at PyConUK this weekend, I did reply from my phone but it doesn't seem to have been posted here. You've used the...

Yes, please send me the smallest repeatable test case with both the inputs you use and a grab of the output you see (so I can verify I see the...

I have no idea! I've no experience with that. If you try it, I'd be curious to hear about the results, combing Python+Java interests a lot of people. Cheers. On...

Hey Antony, thanks for the interest. Agree that more info could be useful. I think also noting that _some_ conversions might change the floating point results (but if under a...

Hey @andrewjohnlowe, thanks for the comments :-) I have no experience with MI, I'd be happy to take a look at the paper down the line, cheers.

I'm not on Windows so it'll be tricky to diagnose. I'm guessing that the first thing to fix is line 71 (the subprocess.Popen line in check_script_is_present) - without fixing this...

Depending on what we learn it might also be reading up on the Windows notes for subprocess: http://docs.python.org/2/library/subprocess.html#converting-an-argument-sequence-to-a-string-on-windows

.sh files are for Linux/Mac (which uses BSD under the hood). Windows won't run a .sh file by default (unless perhaps you have Cygwin installed). However the runTagger.sh file is...

Good, we can fix the problem. I probably can't work on this until tonight (I'm at work) but I'll try to change the way the script is called this evening....

Try this version. I've taken runTagger.sh out and used a directly call to java instead. Try running it directly from the parent directory (where ark-tweeet-nlp-0.3.2.jar is stored): ``` $ ls...