Basic natural language processing tools from the now-defunct dropsonde project.
the ISC license: Copyright (c) 2011 Kyle Isom coder@kyleisom.net
Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
You may choose to follow this license or public domain. My intent with dual-licensing this code is to afford you, the end user, maximum freedom with the software. If public domain affords you more freedom, use it.
In 2010, I started a project called dropsonde
, a basic data mining and NLP
toolkit for mining twitter. Armed only with a few months of Python experience,
a copy of Natural Language Processing with Python,
and my newly-acquired VPS, I decided to learn how to make sense of Twitter
programmatically. In the long term, I learned a lot of things but the project
was fragile and needed too much tending to.
One of the things that came out of this project was a basic NLP toolkit, which is what this is.