mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Add notes on pipe template inheritance in docs
This commit is contained in:
parent
b6b4f1aaf7
commit
96b4214303
|
@ -2,4 +2,5 @@
|
|||
|
||||
include ../_includes/_mixins
|
||||
|
||||
//- This class inherits from Pipe, so this page uses the template in pipe.jade.
|
||||
!=partial("pipe", { subclass: "DependencyParser", short: "parser", pipeline_id: "parser" })
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
include ../_includes/_mixins
|
||||
|
||||
//- This class inherits from Pipe, so this page uses the template in pipe.jade.
|
||||
!=partial("pipe", { subclass: "EntityRecognizer", short: "ner", pipeline_id: "ner" })
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
include ../_includes/_mixins
|
||||
|
||||
//- This class inherits from Pipe, so this page uses the template in pipe.jade.
|
||||
!=partial("pipe", { subclass: "Tagger", pipeline_id: "tagger" })
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
include ../_includes/_mixins
|
||||
|
||||
//- This class inherits from Pipe, so this page uses the template in pipe.jade.
|
||||
!=partial("pipe", { subclass: "Tensorizer", pipeline_id: "tensorizer" })
|
||||
|
|
|
@ -16,4 +16,5 @@ p
|
|||
| before a logistic activation is applied elementwise. The value of each
|
||||
| output neuron is the probability that some class is present.
|
||||
|
||||
//- This class inherits from Pipe, so this page uses the template in pipe.jade.
|
||||
!=partial("pipe", { subclass: "TextCategorizer", short: "textcat", pipeline_id: "textcat" })
|
||||
|
|
Loading…
Reference in New Issue
Block a user