Alvant commited on
Commit
8da0602
·
1 Parent(s): d25b4a2
Files changed (3) hide show
  1. README.md +26 -0
  2. data/Brown_BOW.csv.gz +3 -0
  3. data/Brown_NOOW.csv.gz +3 -0
README.md CHANGED
@@ -3,4 +3,30 @@ license: other
3
  license_name: topicnet
4
  license_link: >-
5
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
 
 
 
 
 
 
 
 
 
 
6
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  license_name: topicnet
4
  license_link: >-
5
  https://github.com/machine-intelligence-laboratory/TopicNet/blob/master/LICENSE.txt
6
+ configs:
7
+ - config_name: "bag-of-words"
8
+ default: true
9
+ data_files:
10
+ - split: train
11
+ path: "data/Brown_BOW.csv.gz"
12
+ - config_name: "natural-order-of-words"
13
+ data_files:
14
+ - split: train
15
+ path: "data/Brown_NOOW.csv.gz"
16
  ---
17
+
18
+
19
+ # Brown
20
+
21
+ The Brown Corpus was the first million-word electronic corpus of English, created in 1961 at Brown University. This corpus contains text from 500 sources, and the sources have been categorized by genre, such as news, editorial, and so on. 1.1 gives an example of each genre (for a complete list, see http://icame.uib.no/brown/bcm-los.html).
22
+
23
+ * Language: English
24
+ * Number of topics: 15
25
+ * Number of articles: 500
26
+ * Year: 1961
27
+
28
+
29
+ ## Links
30
+
31
+ * NLTK datasets: https://www.nltk.org/book/ch02.html
32
+ * Dataset site: http://korpus.uib.no/icame/brown
data/Brown_BOW.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df80d677663554cc53057aad1fdc5ac7d31a30ddc75f2bc459a3acdad79d5ae2
3
+ size 3886699
data/Brown_NOOW.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:899e82ff5ae8932cf6143053fb572eb2a7489796685f59e7a8a477d07be43fb4
3
+ size 4171967