From 9efaeeaf4cc7167a59627994b8709f2d9ce32283 Mon Sep 17 00:00:00 2001 From: "Pablo N. Marino" Date: Mon, 1 Jun 2020 19:21:08 -0300 Subject: [PATCH] fix typo --- sst_01_overview.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sst_01_overview.ipynb b/sst_01_overview.ipynb index db9bfca..a1d669a 100644 --- a/sst_01_overview.ipynb +++ b/sst_01_overview.ipynb @@ -176,7 +176,7 @@ " * `2` is a neutral label.\n", " * `3` and `4` are positive labels. \n", "\n", - "* Our readers are iterators that yield `(tree, label)` pairs, where `tree` is an [NLTK Tree](http://www.nltk.org/_modules/nltk/tree.html) instance and `score` is a string." + "* Our readers are iterators that yield `(tree, score)` pairs, where `tree` is an [NLTK Tree](http://www.nltk.org/_modules/nltk/tree.html) instance and `score` is a string." ] }, {