mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
Fix typos
This commit is contained in:
parent
a9368b591a
commit
1dae97b2f6
|
@ -5,7 +5,7 @@ include ../_includes/_mixins
|
||||||
+aside("Help us improve the docs")
|
+aside("Help us improve the docs")
|
||||||
| Did you spot a mistake or come across explanations that
|
| Did you spot a mistake or come across explanations that
|
||||||
| are unclear? You can find a "Suggest edits" button at the
|
| are unclear? You can find a "Suggest edits" button at the
|
||||||
| bottom at each page that points you to the source.
|
| bottom of each page that points you to the source.
|
||||||
| We always appreciate
|
| We always appreciate
|
||||||
| #[+a(gh("spaCy") + "/pulls") pull requests].#[br]#[br]
|
| #[+a(gh("spaCy") + "/pulls") pull requests].#[br]#[br]
|
||||||
| Have you built something cool with spaCy, or did you
|
| Have you built something cool with spaCy, or did you
|
||||||
|
|
|
@ -82,7 +82,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