clementruhm
commited on
Commit
·
019f5bd
1
Parent(s):
5f67f36
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ There are two subsets:
|
|
8 |
from abbreviations in wiki and words in CMUdict.
|
9 |
- <mark>kestrel</mark> - tokens that are automatically annotated by Google
|
10 |
text normalization into **PLAIN** and **LETTERS** semiotic
|
11 |
-
classes. Less accurate, but bigger
|
|
|
12 |
|
13 |
More info on how dataset was collected: [blog](http://balacoon.com/blog/en_us_abbreviation_detection/#difficult-to-pronounce)
|
|
|
8 |
from abbreviations in wiki and words in CMUdict.
|
9 |
- <mark>kestrel</mark> - tokens that are automatically annotated by Google
|
10 |
text normalization into **PLAIN** and **LETTERS** semiotic
|
11 |
+
classes. Less accurate, but bigger. Files additionally contain frequency
|
12 |
+
of token (how often it appeared) in a second column for possible filtering.
|
13 |
|
14 |
More info on how dataset was collected: [blog](http://balacoon.com/blog/en_us_abbreviation_detection/#difficult-to-pronounce)
|