Skip to content

Commit 5b0485d

Browse files
thesagarsehgalantmarakis
authored andcommitted
solved a typo in nlp.ipynb (aimacode#993)
1 parent a790f5b commit 5b0485d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nlp.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"S -> aSb [0.7] | ε [0.3]\n",
8686
"```\n",
8787
"\n",
88-
"Now we know it is more likely for `S` to be replaced by `aSb` than by `e`.\n",
88+
"Now we know it is more likely for `S` to be replaced by `aSb` than by `ε`.\n",
8989
"\n",
9090
"An issue with *PCFGs* is how we will assign the various probabilities to the rules. We could use our knowledge as humans to assign the probabilities, but that is a laborious and prone to error task. Instead, we can *learn* the probabilities from data. Data is categorized as labeled (with correctly parsed sentences, usually called a **treebank**) or unlabeled (given only lexical and syntactic category names).\n",
9191
"\n",
@@ -1034,7 +1034,7 @@
10341034
"name": "python",
10351035
"nbconvert_exporter": "python",
10361036
"pygments_lexer": "ipython3",
1037-
"version": "3.5.3"
1037+
"version": "3.5.2"
10381038
}
10391039
},
10401040
"nbformat": 4,

0 commit comments

Comments
 (0)