Update README.md
Browse files
README.md
CHANGED
|
@@ -27,9 +27,9 @@ and enriched with automatic **morphological**, **syntactic**, and **readability*
|
|
| 27 |
The corpus includes both document-level and sentence-level annotations.
|
| 28 |
|
| 29 |
**Document-level annotations** (manually labeled):
|
| 30 |
-
- **Domain**: Arts & Humanities, Social Sciences, or STEM
|
| 31 |
-
- **
|
| 32 |
-
- **
|
| 33 |
|
| 34 |
**Sentence-level annotations** (automatically generated):
|
| 35 |
- **Morphological analysis**
|
|
@@ -46,8 +46,32 @@ The corpus includes both document-level and sentence-level annotations.
|
|
| 46 |
|
| 47 |
## Corpus Details
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
### Metadata
|
| 50 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
### Raw Sentences
|
| 52 |
|
| 53 |
### Morphology and Readability
|
|
|
|
| 27 |
The corpus includes both document-level and sentence-level annotations.
|
| 28 |
|
| 29 |
**Document-level annotations** (manually labeled):
|
| 30 |
+
- **Domain**: Arts & Humanities, Social Sciences, or STEM
|
| 31 |
+
- **Readership Group**: Foundational, Advanced, or Specialized
|
| 32 |
+
- **Text Category**: Educational Materials, Literature, Art & Music, Media & Culture, Academic, Encyclopedic, or Religion & Philosophy
|
| 33 |
|
| 34 |
**Sentence-level annotations** (automatically generated):
|
| 35 |
- **Morphological analysis**
|
|
|
|
| 46 |
|
| 47 |
## Corpus Details
|
| 48 |
|
| 49 |
+
The structure of this dataset direcotry is as follows:
|
| 50 |
+
|
| 51 |
+
```
|
| 52 |
+
.
|
| 53 |
+
├── Data/
|
| 54 |
+
│ ├── Metadata.xlsx
|
| 55 |
+
│ ├── Raw.zip
|
| 56 |
+
│ ├── Morphology_and_Readability.zip
|
| 57 |
+
│ ├── Syntax_CATiB.zip
|
| 58 |
+
│ └── Syntax_UD.zip
|
| 59 |
+
└── README.md
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
### Metadata
|
| 63 |
|
| 64 |
+
The data fields are:
|
| 65 |
+
|
| 66 |
+
- **Document**: Document file name (without any extentions).
|
| 67 |
+
- **Directory**: Document directory.
|
| 68 |
+
- **Source**: Document source.
|
| 69 |
+
- **Book**: Book name.
|
| 70 |
+
- **Author**: Author name.
|
| 71 |
+
- **Domain**
|
| 72 |
+
- **Readership Group**
|
| 73 |
+
- **Text Category**
|
| 74 |
+
|
| 75 |
### Raw Sentences
|
| 76 |
|
| 77 |
### Morphology and Readability
|