All posts

all | popular | tags | rss

Making Coreference Resolution your bitch with OpenNLP 1.5.0

First thing's first--what is coreference resolution? Well, it's complicated ...

Continue Reading »
OpenNLP Comments

OpenNLP Part-of-Speech (POS) Tags: Penn English Treebank

In the comments on my post about part-of-speech tagging, Manu asks, "Can you post a legend what the pos tags stand for? ...

Continue Reading »
OpenNLP Comments

Delimited Continuations in Scala

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.

Continue Reading »
Scala Comments

How to use the OpenNLP 1.5.0 Parser

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.

Continue Reading »
OpenNLP Comments

Part-of-Speech (POS) Tagging with OpenNLP 1.5.0

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.

Continue Reading »
OpenNLP Comments

Getting Android to call onActivityResult() after onSearchRequested()

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 ...

Continue Reading »
Android Comments

Getting started with OpenNLP 1.5.0 – Sentence Detection and Tokenizing

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.

Continue Reading »
OpenNLP Comments
 
Page 1 of 1