Korean Natural Language Toolkit parsing interface
konlp.parse.api.
ParserI
Bases: object
object
Parser Interface
tag
Determine the most appropriate tag sequence for the given token sequence, and return a corresponding list of tagged tokens. A tagged token is encoded as a tuple (token, tag).
(token, tag)
we are preparing this module
Contents: