mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +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.
|
||||
|
||||
+under-construction
|
||||
|
||||
+h(2, "init") DependencyParser.__init__
|
||||
+tag method
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ include ../../_includes/_mixins
|
|||
|
||||
p Annotate named entities on #[code Doc] objects.
|
||||
|
||||
+under-construction
|
||||
|
||||
+h(2, "init") EntityRecognizer.__init__
|
||||
+tag method
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ include ../../_includes/_mixins
|
|||
|
||||
p Annotate part-of-speech tags on #[code Doc] objects.
|
||||
|
||||
+under-construction
|
||||
|
||||
+h(2, "init") Tagger.__init__
|
||||
+tag method
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user