Skip to content

Commit acc897d

Browse files
committed
typo fix
1 parent 65634f6 commit acc897d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/text_analytics/solutions/exercise_01_language_train_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Build a language detector model
22
3-
The goal of this exercice is to train a linear classifier on text features
3+
The goal of this exercise is to train a linear classifier on text features
44
that represent sequences of up to 3 consecutive characters so as to be
55
recognize natural languages by using the frequencies of short character
66
sequences as 'fingerprints'.

0 commit comments

Comments
 (0)