浏览代码

Merge pull request #338 from kis2u/master

Fix typo
Sergio Guadarrama 9 年之前
父节点
当前提交
d17aeb6199
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      textsum/README.md

+ 1 - 1
textsum/README.md

@@ -6,7 +6,7 @@ Xin Pan (xpan@google.com, github:panyx0718), Peter Liu (peterjliu@google.com)
 
 
 <b>Introduction</b>
 <b>Introduction</b>
 
 
-The core model is the traditional seqeuence-to-sequence model with attention.
+The core model is the traditional sequence-to-sequence model with attention.
 It is customized (mostly inputs/outputs) for the text summarization task. The
 It is customized (mostly inputs/outputs) for the text summarization task. The
 model has been trained on Gigaword dataset and achieved state-of-the-art
 model has been trained on Gigaword dataset and achieved state-of-the-art
 results (as of June 2016).
 results (as of June 2016).