“NLP Status Report 2017-9-4”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
第20行: 第20行:
 
|Shipan Ren  
 
|Shipan Ren  
 
||   
 
||   
* checked experimental results and found some few small problems,like follows:
+
* checked experimental results and found some small problems,like follows:
 
     sentence before tokenize:
 
     sentence before tokenize:
 
     "If no more people smoked, this rate would increase to at least 50%," says André Beaulieu,  
 
     "If no more people smoked, this rate would increase to at least 50%," says André Beaulieu,  

2017年9月4日 (一) 01:53的版本

Date People Last Week This Week
2017/8/14 Jiyuan Zhang
  • code refactoring
  • wrote a document[1]
Aodong LI
Shiyue Zhang
Shipan Ren
  • checked experimental results and found some small problems,like follows:
   sentence before tokenize:
   "If no more people smoked, this rate would increase to at least 50%," says André Beaulieu, 
   spokesman for the Canadian Cancer Society.
   sentence after tokenize:
   " if no more people smoked , this rate would increase to at least 50 % , " says andré beaulieu , 
   spokesman for the canadian cancer society .
   It is just a equivalent replacement
  • read some translating phrases papers
  • learn more about the memory mechanism
Jiayu Guo
  • Clean up the code of predict.py
  • configuration environment of TF-0.12 or update the code to adapt TF-1.0