Brad Jascob

Results 37 comments of Brad Jascob

Todo - review code for future integration.

Looks like the Kaldi folks moved the src/thread stuff under src/util. The asr-server Makefile already has kaldi-util.a in it. It compiled for me with the newest Kaldi version by just...

BTW... Under pull-requests someone already has a fix for this in from back in July but it hasn't been merged in yet. See https://github.com/api-ai/asr-server/pull/19.

Back in #11 I posted a tar of some test code (see https://github.com/api-ai/asr-server/files/828349/APIAI_Server.tar.gz) that allows you to input xx.raw files directly. I just tried that code again today against Kaldi...

Can someone tell me how to call SNLP from Python with a `word` its Penn style `POS tag` and have it return the `lemma`? The built-in SNLP web server interface...

Starting from words with known POS tags and asking for the lemma. There are no sentences to parse in the [Automatically Generated Inflection Database (AGID)](http://wordlist.aspell.net/other) used for testing.

Great. If you remember, drop a quick note in here when it's released and I'll get an email update. If not, I'll likely remember to check back in a month...

I haven't had the time and although I'm still somewhat insterested, realistically I probably won't get to this. It might be worth emailing the authors of the original paper to...

I went ahead and compiled the "dev" versions of stanza 1.5 and CoreNLP 4.5.2 and re-ran tests. The results were... ``` Stanza version: 1.5.0 119,310 total test cases where 0...

@AngledLuffa I noticed that Stanza 1.5 and CoreNLP 4.5.3 just released and thought I'd re-test them. Stanza 1.5 works fine but CoreNLP 4.5.3 does not include the new morphology class....