Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 506 Bytes

exception.rst

File metadata and controls

14 lines (10 loc) · 506 Bytes

exception

Custom exceptions for pyconll. These errors are a ParseError and a FormatError.

A ParseError occurs when the source input to a CoNLL component is invalid, and a FormatError occurs when the internal state of the component is invalid, and the component cannot be output to a CoNLL string.

API

pyconll.exception