ソースを参照

Fix typo

change "seqeuence-to-sequence" to "sequence-to-sequence"
kis2u 9 年 前
コミット
fdd9b107c7
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>
 
-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
 model has been trained on Gigaword dataset and achieved state-of-the-art
 results (as of June 2016).