Update metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# English Valid Words
|
2 |
|
3 |
This repository contains CSV files with valid English words along with their frequency, stem, and stem valid probability.
|
@@ -45,4 +53,4 @@ I would like to acknowledge the contributions of the following resources:
|
|
45 |
- [English words github repo by dwyl](https://github.com/dwyl/english-words)
|
46 |
- [The Google Books Ngram Viewer (used 1-grams dataset, version 20200217)](https://books.google.com/ngrams/)
|
47 |
- [NLTK (Natural Language Toolkit)](https://www.nltk.org/)
|
48 |
-
- [WordNet](https://wordnet.princeton.edu/)
|
|
|
1 |
+
---
|
2 |
+
license: unlicense
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pretty_name: English Valid Words List
|
6 |
+
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
+
---
|
9 |
# English Valid Words
|
10 |
|
11 |
This repository contains CSV files with valid English words along with their frequency, stem, and stem valid probability.
|
|
|
53 |
- [English words github repo by dwyl](https://github.com/dwyl/english-words)
|
54 |
- [The Google Books Ngram Viewer (used 1-grams dataset, version 20200217)](https://books.google.com/ngrams/)
|
55 |
- [NLTK (Natural Language Toolkit)](https://www.nltk.org/)
|
56 |
+
- [WordNet](https://wordnet.princeton.edu/)
|