NLTK Regular Expression Parser (RegexpParser)
The Natural Language Toolkit (NLTK) provides a variety of tools for dealing with natural language. One such tool is the Regular Expression Parser. If you’re familiar with regular expressions, it can be a useful tool in natural language processing. Background Information You must first be familiar with regular expressions to be able to fully utilize [...]
In: Uncategorized · Tagged with: nlp, nltk, python
Starting Python, Elixir, and SQLite
When I did the post about Storm, someone suggested that I look into Elixir. Since I didn’t have time to at the time, I made a note of looking into it at a later time. That time is now. :) Elixir and Storm are very similar, they’re both object relational mappers that provide an easy [...]
In: Uncategorized · Tagged with: elixir, python, sqlite
Spell Checking in Python
I was looking into spell checking in Python. I found spell4py, and downloaded the zip, but couldn’t get it to build on my system. If I tried a bit longer maybe, but in the end my solution worked out fine. This library was overkill for my needs too. I found this article here: http://code.activestate.com/recipes/117221/ This [...]
In: Uncategorized · Tagged with: nlp, python, spelling checker
NLTK vs MontyLingua Part of Speech Taggers
This is a comparison of the part of speech taggers available in python. As far as I know, these are the most prominent python taggers. Let me know if you think another tagger should be added to the comparison. MontyLingua includes several natural language processing (NLP) tools. The ones that I used in this comparison [...]
In: Uncategorized · Tagged with: benchmarks, nlp, python, taggers
The ease of Python, SQLite, and Storm
I began learning Python this spring, and I must say, the more I program in it the more I like it. I chose the language because of the libraries that are available for it. There is a library for everything. :) Also, there are tools for Natural Language Processing that are a great help, but [...]
In: Uncategorized · Tagged with: python, sqlite, storm
