konlp.parse package

Submodules

konlp.parse.api module

Korean Natural Language Toolkit parsing interface

class konlp.parse.api.ParserI[source]

Bases: object

Parser Interface

tag(tokens)[source]

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).

Parameters:tokens (list(string)) – The list of string token
Raises:NotImplementedError

Module contents

we are preparing this module