mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Fix doc typo
This commit is contained in:
parent
199ae10690
commit
d137b26c32
|
@ -79,7 +79,7 @@ p
|
||||||
| conjunction features out of the atomic predictors. Let's say you have
|
| conjunction features out of the atomic predictors. Let's say you have
|
||||||
| two atomic predictors asking, "What is the part-of-speech of the
|
| two atomic predictors asking, "What is the part-of-speech of the
|
||||||
| previous token?", and "What is the part-of-speech of the previous
|
| previous token?", and "What is the part-of-speech of the previous
|
||||||
| previous token?". These ppredictors will introduce a number of features,
|
| previous token?". These predictors will introduce a number of features,
|
||||||
| e.g. #[code Prev-pos=NN], #[code Prev-pos=VBZ], etc. A conjunction
|
| e.g. #[code Prev-pos=NN], #[code Prev-pos=VBZ], etc. A conjunction
|
||||||
| template introduces features such as #[code Prev-pos=NN&Prev-pos=VBZ].
|
| template introduces features such as #[code Prev-pos=NN&Prev-pos=VBZ].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user