Skip to content

Commit 0cbc76e

Browse files
authored
fix(typo): "form" -> "from"
1 parent 23d7a5a commit 0cbc76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_natural-language-processing-applications/natural-language-inference-and-dataset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
In :numref:`sec_sentiment`, we discussed the problem of sentiment analysis.
55
This task aims to classify a single text sequence into predefined categories,
66
such as a set of sentiment polarities.
7-
However, when there is a need to decide whether one sentence can be inferred form another,
7+
However, when there is a need to decide whether one sentence can be inferred from another,
88
or eliminate redundancy by identifying sentences that are semantically equivalent,
99
knowing how to classify one text sequence is insufficient.
1010
Instead, we need to be able to reason over pairs of text sequences.

0 commit comments

Comments
 (0)