Here is a compilation of python code for Natural Language Processing and more stuffs, including scraper functions for XML and HTML.
Most of the code is intended to be used in anothers projects:
feel free to use.
To get a local copy up and running follow these simple steps.
- Clone the repo
git clone https://github.com/neustren/python_ai.git
- Install python packages
python -m venv venv source venv/bin/activate # GNU/Linux pip install -r requirements.txt
- Install NLTK packages (Optional)
python -m nltk.downloader **name**
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
William Franco - @neustren - [email protected]