ping98k commited on
Commit
5e830a4
1 Parent(s): ab2f386

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -19,4 +19,29 @@ Should I wear a jacket if the temperature is 15 degrees Celsius outside?[| end_t
19
  You will learn conversation, reading and writing at each level.[| end_original |]
20
  [| start_translate to=th |]
21
  คุณจะเรียนการสนทนา การอ่านและการเขียนในแต่ละระดับ[| end_translate |]<eos>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ```
 
19
  You will learn conversation, reading and writing at each level.[| end_original |]
20
  [| start_translate to=th |]
21
  คุณจะเรียนการสนทนา การอ่านและการเขียนในแต่ละระดับ[| end_translate |]<eos>
22
+ ```
23
+
24
+ translate is usable when have short sentence
25
+ ```
26
+ <bos>[| start_original |]
27
+ ตำราเรียน (อังกฤษ: Textbook) คือหนังสือที่ใช้ในการศึกษาหาความรู้จากวิชาต่าง ๆ
28
+ ผู้คนมักใช้ตำราเรียนในการเรียนรู้ข้อเท็จจริงและวิธีการที่เกี่ยวข้องกับรายวิชานั้น ๆ
29
+ ในบางครั้งตำราเรียนมักมีคำถามเพื่อทดสอบความรู้และความเข้าใจของผู้อ่าน
30
+ ตำราเรียนจะถูกผลิตจากความต้องการของสถาบันการศึกษา
31
+ ตำราเรียนส่วนมากมักมีลักษณะเป็นสิ่งพิมพ์
32
+ แต่ในปัจจุบันพบว่าหลาย ๆ ตำราเรียนสามารถเข้าถึงได้โดยการออนไลน์ ในรูปแบบของหนังสืออิเล็กทรอนิกส์[| end_original |]
33
+ [| start_translate to=en |]
34
+ Textbooks are used to learn facts and how to apply them in a particular subject.
35
+ In some cases textbooks contain questions to test the reader's knowledge and understanding of the subject matter.
36
+ Textbooks are produced to meet the needs of educational institutions.
37
+ Most textbooks are in print form.
38
+ However, many textbooks are now available online in e-book form.[| end_translate |]<eos>
39
+ ```
40
+
41
+ but when use with long sentence it will drop some of it
42
+ ```
43
+ <bos>[| start_original |]
44
+ ตำราเรียน (อังกฤษ: Textbook) คือหนังสือที่ใช้ในการศึกษาหาความรู้จากวิชาต่าง ๆ ผู้คนมักใช้ตำราเรียนในการเรียนรู้ข้อเท็จจริงและวิธีการที่เกี่ยวข้องกับรายวิชานั้น ๆ ในบางครั้งตำราเรียนมักมีคำถามเพื่อทดสอบความรู้และความเข้าใจของผู้อ่าน ตำราเรียนจะถูกผลิตจากความต้องการของสถาบันการศึกษา ตำราเรียนส่วนมากมักมีลักษณะเป็นสิ่งพิมพ์ แต่ในปัจจุบันพบว่าหลาย ๆ ตำราเรียนสามารถเข้าถึงได้โดยการออนไลน์ ในรูปแบบของหนังสืออิเล็กทรอนิกส์[| end_original |]
45
+ [| start_translate to=en |]
46
+ A textbook is a book used to study a particular subject. People use textbooks to learn facts and methods related to a particular subject. Textbooks often contain questions to test a reader's knowledge and understanding of the subject. Textbooks are produced to meet the needs of a particular educational institution.[| end_translate |]<eos>
47
  ```