https://github.com/adrianbzg/tweet_nlp_classification
Text classification for 'relevant' or 'not relevant' tweets (in terms of "natural disasters") using Natural Language Processing. Subject: Advanced Artificial Intelligence
https://github.com/adrianbzg/tweet_nlp_classification
Last synced: 30 days ago
JSON representation
Text classification for 'relevant' or 'not relevant' tweets (in terms of "natural disasters") using Natural Language Processing. Subject: Advanced Artificial Intelligence
- Host: GitHub
- URL: https://github.com/adrianbzg/tweet_nlp_classification
- Owner: AdrianBZG
- License: apache-2.0
- Created: 2016-05-14T01:32:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T04:11:30.000Z (over 8 years ago)
- Last Synced: 2025-04-09T19:56:15.764Z (30 days ago)
- Language: Haskell
- Homepage:
- Size: 6.43 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tweet Classification using Natural Language Processing
## Description:
Text classification for 'relevant' or 'not relevant' tweets (in terms of "natural disasters") using Natural Language Processing.## Developers:
- All Haskell code from "Vocabulary and Learning" is made by Eleazar Díaz Delgado ([@EleDiaz](https://github.com/EleDiaz))
- Java code (Classification) made by myself ([@AdrianBZG](https://github.com/AdrianBZG))