@@ -8,7 +8,7 @@ the our project on
88There are three components presented here. The tagging interface, the machine
99learning components, and the analysis tools.
1010
11- ## 1) The Tagging interface (./Tagging Interface)
11+ ## The Tagging interface (./Tagging Interface)
1212
1313This is the PHP, HTML, and JavaScript web application
1414that we used to manually tag tweets to train the classifiers.
@@ -24,18 +24,20 @@ provides more user friendly tools for managing the connection between the
2424database and the user interface. This would also allow for direct
2525integration of the machine learning tools and the tagging interface.
2626
27- ## 2) The Machine Learning components (./python)
27+ ## The Machine Learning components (./python)
2828
2929This is the set of tools used to train, test, and produce output from
3030the classifiers. It relies on a series of dependencies that are described
3131in the ./python/requirements.txt
3232
33- ## 3) The Statistical Analysis (./R)
33+ ## The Statistical Analysis (./R)
3434
35- These are scripts used for checking the inter-rater reliability of our
35+ These are scripts used for checking the inter-rater reliability (icc) of our
3636manual tags, and evaluating correlations between our tagged (or
3737predicted results) and LIWC results over the same data.
3838
39+
40+ ## Data
3941There is a placeholder SQLite3 database (./Tagging Interface/alz.db). We are not able to
4042host this database publicly, contact us (
[email protected] ) for more
4143information.
0 commit comments