Skip to content

Tokenization in complex cases #6

@nomelif

Description

@nomelif

kfst tokenizes text by iterating a (dubiously) sorted list of symbols. An eager strat probably can't account for cases like:

string: abac
alphabet: [aba, ac, a, b]

Some kind of dynamic programming would be needed to do this right.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions