https://github.com/robbertstevens/annotation-tool
https://github.com/robbertstevens/annotation-tool
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robbertstevens/annotation-tool
- Owner: robbertstevens
- Created: 2016-04-10T18:03:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-10T18:41:46.000Z (about 10 years ago)
- Last Synced: 2025-03-04T17:36:48.993Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Annotation-tool #
This is the annotation tool I use in order to annotate the data for my thesis
# Usage #
The database used has two tables a table called `tweet` and a table called `annotated`
the `tweet` tables has the following fields: id, text. And the `annotated` table has the fields:
id, tweet_id, sentiment.
The tool should work if you change the function `pdo()` in the function.php file. To whatever database
you are using.