spaCy/website/api/tagger.jade

7 lines
205 B
Plaintext
Raw Normal View History

2017-10-03 15:27:22 +03:00
//- 💫 DOCS > API > TAGGER
include ../_includes/_mixins
//- This class inherits from Pipe, so this page uses the template in pipe.jade.
2017-10-03 15:27:22 +03:00
!=partial("pipe", { subclass: "Tagger", pipeline_id: "tagger" })