wannaphong commited on
Commit
97b81dc
1 Parent(s): 7e2a82f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -1
README.md CHANGED
@@ -13,7 +13,83 @@ dataset_info:
13
  num_examples: 30380
14
  download_size: 85313027
15
  dataset_size: 252319219
 
 
 
 
 
16
  ---
17
  # Dataset Card for "thaigov-v2-corpus-22032023"
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  num_examples: 30380
14
  download_size: 85313027
15
  dataset_size: 252319219
16
+ license: cc0-1.0
17
+ language:
18
+ - th
19
+ size_categories:
20
+ - 10K<n<100K
21
  ---
22
  # Dataset Card for "thaigov-v2-corpus-22032023"
23
 
24
+ This corpus made from Thaigov v2 corpus when 22 Mar 2023. [https://github.com/PyThaiNLP/thaigov-v2-corpus/releases/tag/22032023](https://github.com/PyThaiNLP/thaigov-v2-corpus/releases/tag/22032023)
25
+
26
+ Corups: [https://github.com/PyThaiNLP/thaigov-v2-corpus](https://github.com/PyThaiNLP/thaigov-v2-corpus)
27
+
28
+ ## English
29
+ - Data from Thai government website. https://www.thaigov.go.th
30
+ - This part of PyThaiNLP Project.
31
+ - Compiled by Mr.Wannaphong Phatthiyaphaibun
32
+ - License Dataset is public domain.
33
+
34
+ ## Data format
35
+
36
+ - 1 file, 1 news, which is extracted from 1 url.
37
+
38
+ ```
39
+ topic
40
+ (Blank line)
41
+ content
42
+ content
43
+ content
44
+ content
45
+ content
46
+ (Blank line)
47
+ ที่มา (URL source) : http://www.thaigov.go.th/news/contents/details/NNN
48
+ ```
49
+
50
+ ## Thai
51
+ - เป็นข้อมูลที่รวบรวมข่าวสารจากเว็บไซต์รัฐบาลไทย https://www.thaigov.go.th
52
+ - โครงการนี้เป็นส่วนหนึ่งในแผนพัฒนา [PyThaiNLP](https://github.com/PyThaiNLP/)
53
+ - รวบรวมโดย นาย วรรณพงษ์ ภัททิยไพบูลย์
54
+ - ข้อมูลที่รวบรวมในคลังข้อความนี้เป็นสาธารณสมบัติ (public domain) ตามพ.ร.บ.ลิขสิทธิ์ พ.ศ. 2537 มาตรา 7 (สิ่งต่อไปนี้ไม่ถือว่าเป็นงานอันมีลิขสิทธิ์ตามพระราชบัญญัตินี้ (1) ข่าวประจำวัน และข้อเท็จจริงต่างๆ ที่มีลักษณะเป็นเพียงข่าวสารอันมิใช่งานในแผนกวรรณคดี แผนกวิทยาศาสตร์ หรือแผนกศิลปะ [...] (3) ระเบียบ ข้อบังคับ ประกาศ คำสั่ง คำชี้แจง และหนังสือตอบโต้ของกระทรวง ทบวง กรม หรือหน่วยงานอื่นใดของรัฐหรือของท้องถิ่น [...])
55
+
56
+ **สามารถติดตามประวัติการแก้ไขคลังข้อความนี้ได้ผ่านระบบ Git**
57
+
58
+ ### จำนวนข่าว
59
+
60
+ - วันเริ่มต้นโครงการ 17 ก.ย. 2563
61
+
62
+ ### รูปแบบข้อมูล
63
+
64
+ - 1 ไฟล์ 1 ข่าว ซึ่งดึงมาจาก 1 url
65
+
66
+ ```
67
+ หัวเรื่อง
68
+ (บรรทัดว่าง)
69
+ เนื้อความ
70
+ เนื้อความ
71
+ เนื้อความ
72
+ เนื้อความ
73
+ เนื้อความ
74
+ (บรรทัดว่าง)
75
+ ที่มา : http://www.thaigov.go.th/news/contents/details/NNN
76
+ ```
77
+
78
+ ### รายละเอียดชื่อไฟล์
79
+
80
+ - ชื่อหมวดหมู่_จำนวนที่ของข่าว.txt
81
+
82
+ ### Script
83
+
84
+ - run.py สำหรับเก็บข้อมูลจากหน้าเว็บ โดยจะดึงหน้าเว็บจาก url ```http://www.thaigov.go.th/news/contents/details/NNN``` โดยที่ NNN คือเลขจำนวนเต็ม
85
+ - เปลี่ยนค่าตัวแปร i ในไฟล์เป็นเลขที่ต้องการเริ่มเก็บ
86
+ - clean.py สำหรับทำความสะอาดข้อมูลเบื้องต้น โดยจะลบช่องว่างหน้าและท้ายบรรทัด ลบบรรทัดว่าง
87
+ - ```clean.py ชื่อไฟล์```
88
+ - ```clean.py ชื่อไฟล์1 ชื่อไฟล์2```
89
+ - ```clean.py *.txt```
90
+
91
+
92
+
93
+ We build Thai NLP.
94
+
95
+ PyThaiNLP