skillner.core.Node#

class skillner.core.Node[source]#

Base for pipeline building blocks.

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

enrich_doc(doc)

Apply a transformation on doc.

abstract enrich_doc(doc: Document) None[source]#

Apply a transformation on doc.