wannaphong commited on
Commit
d13d693
1 Parent(s): 4196711

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -3,12 +3,12 @@ import spacy
3
  from spacy import displacy
4
  from spacy.tokens import Span
5
  from random import randint
6
- from fastcoref import LingMessCoref
7
 
8
- model = LingMessCoref()
9
- nlp = spacy.blank("en")
10
 
11
- default = "Lionel Messi has won a record seven Ballon d'Or awards. He signed for Paris Saint-Germain in August 2021. “I would like to thank my family” said the Argentinian footballer. Messi holds the records for most goals in La Liga. Paris Saint-Germain hopes he will do the same in Ligue 1."
12
 
13
  def corefer(text):
14
  preds = model.predict(texts=[text])
 
3
  from spacy import displacy
4
  from spacy.tokens import Span
5
  from random import randint
6
+ from fastcoref import FCoref
7
 
8
+ model = FCoref("pythainlp/han-coref-v1.0")
9
+ nlp = spacy.blank("th")
10
 
11
+ default = "ไอน์สไตน์แนะนำให้แอร์วิน ชเรอดิงเงอร์นำเอาแนวคิดของมักซ์ พลังค์ไปใช้ ที่มองระดับพลังงานของแก๊สในภาพรวมมากกว่าจะมองเป็นโมเลกุลเดี่ยวๆ ชเรอดิงเงอร์ประยุกต์แนวคิดนี้ในบทความวิจัยโดยใช้การกระจายตัวของโบลทซ์มันน์เพื่อหาคุณสมบัติทางอุณหพลศาสตร์ของแก๊สอุดมคติกึ่งคลาสสิก ชเรอดิงเงอร์ขออนุญาตใส่ชื่อไอน์สไตน์เป็นผู้เขียนบทความร่วม แต่ต่อมาไอน์สไตน์ปฏิเสธคำเชิญนั้น"
12
 
13
  def corefer(text):
14
  preds = model.predict(texts=[text])