Category Archives: NLP

Using the Stanford Parser with Jython.

The following code is a Jython adaptation of the example Java code that comes with the Stanford Parser. I felt like this would be pretty useful to have as a resource because Python doesn’t have a parser that generates grammatical relationships in a sentence, and I wasn’t able to find any example code to help [...]
Also posted in Programming | Tagged , , , | Leave a comment

Natural Language Processing Resources.

http://mitpress.mit.edu/catalog/item/default.asp?ttype=2&tid=8106 “WordNet, an electronic lexical database, is considered to be the most important resource available to researchers in computational linguistics, text analysis, and many related areas. Its design is inspired by current psycholinguistic and computational theories of human lexical memory. English nouns, verbs, adjectives, and adverbs are organized into synonym sets, each representing one underlying [...]
Posted in NLP | Tagged , | Leave a comment