Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
License:
MarkChen1214
commited on
Commit
•
e4f47f9
1
Parent(s):
11dc78c
Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,9 @@ The dataset contains:
|
|
53 |
- Lemmas: Words obtained from splitting the text data.
|
54 |
- TF-IDF values: Quantitative measures of word importance within the documents.
|
55 |
|
|
|
|
|
|
|
56 |
## Intended Use
|
57 |
This dataset is intended for use in WSD and WordNet integration tasks. It provides foundational data for natural language processing (NLP) research and applications, specifically focusing on understanding word meanings and contextual usage.
|
58 |
|
|
|
53 |
- Lemmas: Words obtained from splitting the text data.
|
54 |
- TF-IDF values: Quantitative measures of word importance within the documents.
|
55 |
|
56 |
+
## Note
|
57 |
+
The number of elements in **Lemma** and **Lemma_tfidf** might not match. This is because **Lemma** is based on original dataset and might contain compound words, which might not be recognized by TF-IDF algorithm.
|
58 |
+
|
59 |
## Intended Use
|
60 |
This dataset is intended for use in WSD and WordNet integration tasks. It provides foundational data for natural language processing (NLP) research and applications, specifically focusing on understanding word meanings and contextual usage.
|
61 |
|