Making Coreference Resolution your bitch with OpenNLP 1.5.0
First thing's first--what is coreference resolution? Well, it's complicated ...
First thing's first--what is coreference resolution? Well, it's complicated ...
In the comments on my post about part-of-speech tagging, Manu asks, "Can you post a legend what the pos tags stand for? ...
Delimited continuations are like a functional version of GOTO statements, but much less evil. They are a way of changing the execution flow of a program, which makes them very powerful but also extremely confusing.
I’m back to try and figure out how in the world to make use of the Open NLP Parser. I’m only going to warn you once: this is a long post. Go grab a beer or a glass of wine or some coffee before starting. It’s long. Now I’ve warned you twice.
Continuing from where I left off, I’m going to quickly touch on part-of-speech tagging before moving on. It’s actually pretty straightforward once you’re set up to run OpenNLP.
Because everything is handled through the SearchManager in Android, onActivityResult() is not typically called after onSearchRequested(). What I was looking for was a clean way to get search results back to the activity that originally called onSearchRequested(). I first tried the most obvious ...
OpenNLP is a poorly-documented pain in the ass to figure out. Here's hoping that I can help myself and others understand it just a little better.