shamikbose89 commited on
Commit
3f8fe90
1 Parent(s): d713ba9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -30,6 +30,26 @@ task_ids:
30
  - In addition to the classes mentioned in the README for the dataset, there is an additional class in the `class` dataset called `QUOT`. As far as I can tell, this is used for tagging all quotation marks
31
  - When the `class` and `pos` configs are loaded, the available class/pos tags are shown at the top
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ## Table of Contents
34
  - [Dataset Description](#dataset-description)
35
  - [Dataset Summary](#dataset-summary)
 
30
  - In addition to the classes mentioned in the README for the dataset, there is an additional class in the `class` dataset called `QUOT`. As far as I can tell, this is used for tagging all quotation marks
31
  - When the `class` and `pos` configs are loaded, the available class/pos tags are shown at the top
32
 
33
+ ## Dataset Statistics:
34
+ The following table summarises the corpus make-up:
35
+
36
+ |PERIOD | #authors | #texts |CQP3.1 | non-PUNC |
37
+ |-----------|----------|---------------------|--------|---------|
38
+ |1710-1780 | 51 | 88 | 12,182,064 | 10,415,721|
39
+ |1780-1850 | 70 | 99 | 13,300,457 | 11,269,977|
40
+ |1850-1920 | 91 | 146 | 14,858,239 | 12,657,159|
41
+ |TOTAL | 212 | 333 | 40,340,760 | 34,342,857|
42
+
43
+ |GENRE (all tokens):| | | |
44
+ |---|---|---|---|
45
+ | | **1710-1780**| **1780-1850** | **1850-1920** |
46
+ |Narrative fiction | 5,405,645 | 5,780,352 | 7,561,339 |
47
+ |Narrative non-fiction | 2,145,946 | 2,261,485 | 1,097,487 |
48
+ |Drama | 523,318 | 441,040 | 763,352 |
49
+ |Letters | 1,208,219 | 842,795 | 554,046 |
50
+ |Treatise | 1,263,090 | 1,927,272 | 2,030,210 |
51
+ |Other | 1,635,846 | 2,047,513 | 2,851,805 |
52
+
53
  ## Table of Contents
54
  - [Dataset Description](#dataset-description)
55
  - [Dataset Summary](#dataset-summary)