mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Update 101 intro
This commit is contained in:
parent
20a7003c0d
commit
ce4e45d0bb
|
@ -2,9 +2,16 @@
|
||||||
|
|
||||||
include ../../_includes/_mixins
|
include ../../_includes/_mixins
|
||||||
|
|
||||||
|
+aside("Help us improve the docs")
|
||||||
|
| Did you spot a mistake or come across explanations that
|
||||||
|
| are unclear? We always appreciate improvement
|
||||||
|
| #[+a(gh("spaCy") + "/issues") suggestions] or
|
||||||
|
| #[+a(gh("spaCy") + "/pulls") pull requests]. You can find a "Suggest
|
||||||
|
| edits" link at the bottom of each page that points you to the source.
|
||||||
|
|
||||||
+h(2, "whats-spacy") What's spaCy?
|
+h(2, "whats-spacy") What's spaCy?
|
||||||
|
|
||||||
+grid
|
+grid.o-no-block
|
||||||
+grid-col("half")
|
+grid-col("half")
|
||||||
|
|
||||||
+grid-col("half")
|
+grid-col("half")
|
||||||
|
@ -52,8 +59,8 @@ p
|
||||||
+row
|
+row
|
||||||
+cell #[strong Dependency Parsing]
|
+cell #[strong Dependency Parsing]
|
||||||
+cell
|
+cell
|
||||||
| Assigning syntactic dependency labels, i.e. the relations between
|
| Assigning syntactic dependency labels, describing the relations
|
||||||
| individual tokens.
|
| between individual tokens, like subject or object.
|
||||||
+cell #[+procon("pro")]
|
+cell #[+procon("pro")]
|
||||||
|
|
||||||
+row
|
+row
|
||||||
|
@ -374,6 +381,8 @@ p
|
||||||
| on GitHub, which we use to tag bugs and feature requests that are easy
|
| on GitHub, which we use to tag bugs and feature requests that are easy
|
||||||
| and self-contained. We also appreciate contributions to the docs – whether
|
| and self-contained. We also appreciate contributions to the docs – whether
|
||||||
| it's fixing a typo, improving an example or adding additional explanations.
|
| it's fixing a typo, improving an example or adding additional explanations.
|
||||||
|
| You'll find a "Suggest edits" link at the bottom of each page that points
|
||||||
|
| you to the source.
|
||||||
|
|
||||||
p
|
p
|
||||||
| Another way of getting involved is to help us improve the
|
| Another way of getting involved is to help us improve the
|
||||||
|
|
Loading…
Reference in New Issue
Block a user