Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit 7a9d4dd

Browse files
authored
docs: fix small typo (#5)
1 parent 2085f28 commit 7a9d4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/v1/language_syntax_text.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def sample_analyze_syntax(text_content):
6363
u"Location of this token in overall document: {}".format(text.begin_offset)
6464
)
6565
# Get the part of speech information for this token.
66-
# Parts of spech are as defined in:
66+
# Parts of speech are as defined in:
6767
# http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf
6868
part_of_speech = token.part_of_speech
6969
# Get the tag, e.g. NOUN, ADJ for Adjective, et al.

0 commit comments

Comments
 (0)