Commit ·
45a7d03
1
Parent(s): 5df7bdd
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- vi
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# Description
|
| 8 |
+
The file `vien-corpus.txt` has 7957186 lines, mixing Vietnamese and English texts. This file was used as a corpus to train a tokenizer for both Vietnamese and English.
|
| 9 |
+
|
| 10 |
+
# Details
|
| 11 |
+
## How was this corpus created?
|
| 12 |
+
1. English text is from Wikipedia
|
| 13 |
+
2. Vietnamese text is from 2 sources:
|
| 14 |
+
* Crawled data from news websites
|
| 15 |
+
* Oscar dataset
|