Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.21 KB

driver.rst

File metadata and controls

50 lines (33 loc) · 2.21 KB

Drivers

The prototype of CkipNLP Drivers.

param bool lazy

Lazy initialize the driver. (Call init() at the first call of __call__() instead.)

driver_type

The type of this driver.

driver_family

The family of this driver.

driver_inputs

The inputs of this driver.

init()

Initialize the driver (by calling the _init() function).

__call__(*, ...)

Call the driver (by calling the _call() function).

Here are the list of the drivers:

Driver Type \ Family 'default' 'tagger' 'classic' 'classic-client'

Sentence Segmenter Word Segmenter Pos Tagger Ner Chunker Constituency Parser Coref Chunker

† †