mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Add under construction note to pipeline components
This commit is contained in:
parent
8a148b6563
commit
0ea31d1e31
|
@ -4,6 +4,8 @@ include ../../_includes/_mixins
|
||||||
|
|
||||||
p Annotate syntactic dependencies on #[code Doc] objects.
|
p Annotate syntactic dependencies on #[code Doc] objects.
|
||||||
|
|
||||||
|
+under-construction
|
||||||
|
|
||||||
+h(2, "init") DependencyParser.__init__
|
+h(2, "init") DependencyParser.__init__
|
||||||
+tag method
|
+tag method
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ include ../../_includes/_mixins
|
||||||
|
|
||||||
p Annotate named entities on #[code Doc] objects.
|
p Annotate named entities on #[code Doc] objects.
|
||||||
|
|
||||||
|
+under-construction
|
||||||
|
|
||||||
+h(2, "init") EntityRecognizer.__init__
|
+h(2, "init") EntityRecognizer.__init__
|
||||||
+tag method
|
+tag method
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,8 @@ include ../../_includes/_mixins
|
||||||
|
|
||||||
p Annotate part-of-speech tags on #[code Doc] objects.
|
p Annotate part-of-speech tags on #[code Doc] objects.
|
||||||
|
|
||||||
|
+under-construction
|
||||||
|
|
||||||
+h(2, "init") Tagger.__init__
|
+h(2, "init") Tagger.__init__
|
||||||
+tag method
|
+tag method
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user