Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ Full (unabbreviated) words are "Regular" naturalness (labeled as N1). Somewhat a
|
|
9 |
Very abbreviated or indecipherable words are "Least" naturalness (labeled as N3).
|
10 |
|
11 |
Inference using this model requires a token tagging pre-processing step. This is provided in tokenprocessing.py.
|
12 |
-
To most easily use this model, download the
|
13 |
-
repository and run.
|
14 |
|
15 |
For more information about the SNAILS project:
|
16 |
GitHub repository: https://www.github.com/KyleLuoma/SNAILS
|
|
|
9 |
Very abbreviated or indecipherable words are "Least" naturalness (labeled as N3).
|
10 |
|
11 |
Inference using this model requires a token tagging pre-processing step. This is provided in tokenprocessing.py.
|
12 |
+
To most easily use this model, download the snails_naturalness_classifier.py and tokenprocessing.py files in this
|
13 |
+
repository and run snails_naturalness_classifier.py.
|
14 |
|
15 |
For more information about the SNAILS project:
|
16 |
GitHub repository: https://www.github.com/KyleLuoma/SNAILS
|