From 7a9d4ddf676f2a77e1bd83e02b8d7987a72c6525 Mon Sep 17 00:00:00 2001 From: Cameron Zahedi Date: Wed, 12 Feb 2020 11:13:04 -0700 Subject: [PATCH] docs: fix small typo (#5) --- samples/v1/language_syntax_text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/v1/language_syntax_text.py b/samples/v1/language_syntax_text.py index 29041886..2b4a51e2 100644 --- a/samples/v1/language_syntax_text.py +++ b/samples/v1/language_syntax_text.py @@ -63,7 +63,7 @@ def sample_analyze_syntax(text_content): u"Location of this token in overall document: {}".format(text.begin_offset) ) # Get the part of speech information for this token. - # Parts of spech are as defined in: + # Parts of speech are as defined in: # http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf part_of_speech = token.part_of_speech # Get the tag, e.g. NOUN, ADJ for Adjective, et al.