Update README.md
Browse files
README.md
CHANGED
|
@@ -23,7 +23,8 @@ task_categories:
|
|
| 23 |
---
|
| 24 |
# Noun Phrases Dataset
|
| 25 |
|
| 26 |
-
This dataset contains noun phrases extracted from [allenai/c4](https://huggingface.co/datasets/allenai/c4).
|
|
|
|
| 27 |
It includes two configurations: **uncased** and **cased**, with 1 895 908 and 2 000 002 entries, respectively.
|
| 28 |
|
| 29 |
### JSONL Fields
|
|
@@ -46,8 +47,8 @@ Each entry contains:
|
|
| 46 |
|
| 47 |
### Preprocessing and Extraction
|
| 48 |
|
| 49 |
-
- **Preprocessing:** Unicode normalization, bracket removal, bullet point standardization, quotation mark normalization, and whitespace normalization.
|
| 50 |
-
- **SpaCy:** Noun phrase extraction using the `"en_core_web_sm"` model. Articles such as "a" or "the" were removed.
|
| 51 |
|
| 52 |
### Original Data Source
|
| 53 |
|
|
|
|
| 23 |
---
|
| 24 |
# Noun Phrases Dataset
|
| 25 |
|
| 26 |
+
This dataset contains noun phrases extracted from [allenai/c4](https://huggingface.co/datasets/allenai/c4).
|
| 27 |
+
|
| 28 |
It includes two configurations: **uncased** and **cased**, with 1 895 908 and 2 000 002 entries, respectively.
|
| 29 |
|
| 30 |
### JSONL Fields
|
|
|
|
| 47 |
|
| 48 |
### Preprocessing and Extraction
|
| 49 |
|
| 50 |
+
- [**Preprocessing:**](https://textacy.readthedocs.io/en/latest/api_reference/preprocessing.html) Unicode normalization, bracket removal, bullet point standardization, quotation mark normalization, and whitespace normalization.
|
| 51 |
+
- [**SpaCy:**](https://spacy.io/) Noun phrase extraction using the `"en_core_web_sm"` model. Articles such as "a" or "the" were removed.
|
| 52 |
|
| 53 |
### Original Data Source
|
| 54 |
|