"tests/git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "b496f5797913141f0b0d69baf55af1c102b7f681"
Commit 8b588e1d authored by Patrick Neschkudla's avatar Patrick Neschkudla
Browse files

fix "we processes" typo

parent 0102dfb6
...@@ -263,7 +263,7 @@ well just by considering a small window of words around the word of interest. ...@@ -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, For example, words that follow the word ‘the’ tend to be adjectives or nouns,
rather than verbs. 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 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, 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 which predicts a probability distribution over POS tags. Because we make
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment