Skip to content

Commit

Permalink
Merge pull request tensorflow#89 from flipace/flipace-patch-1
Browse files Browse the repository at this point in the history
fix "we processes" typo
  • Loading branch information
calberti committed May 16, 2016
2 parents c956a07 + 8b588e1 commit 4bc7e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ well just by considering a small window of words around the word of interest.
For example, words that follow the word ‘the’ tend to be adjectives or nouns,
rather than verbs.

To predict POS tags, we use a simple setup. We processes the sentences
To predict POS tags, we use a simple setup. We process the sentences
left-to-right. For any given word, we extract features of that word and a window
around it, and use these as inputs to a feed-forward neural network classifier,
which predicts a probability distribution over POS tags. Because we make
Expand Down

0 comments on commit 4bc7e2c

Please sign in to comment.