Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kisom/python_basicnlp
Basic NLP tools for Python.
https://github.com/kisom/python_basicnlp
Last synced: 18 days ago
JSON representation
Basic NLP tools for Python.
- Host: GitHub
- URL: https://github.com/kisom/python_basicnlp
- Owner: kisom
- Created: 2012-03-18T07:10:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-18T07:11:18.000Z (over 12 years ago)
- Last Synced: 2024-10-11T02:46:46.563Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-basicnlp
Basic natural language processing tools from the now-defunct dropsonde project.
## License
--------------------------------------------------------------------------------the ISC license:
Copyright (c) 2011 Kyle IsomPermission 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.## Background
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](http://shop.oreilly.com/product/9780596516499.do),
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.