Skip to content

Find/Create function for text tokenzation #5

@AndreyKondakovGW

Description

@AndreyKondakovGW

Find/Create function for sepatating text string to tokens(words).
Function must get text string and return list of string tokens. Function also should not return tokens
containing digits and punctuation (you can do this with regular expressions).
Function must have optional parameters:

  1. to_lower - (shows that all tokens in returnable list must be in lower case)
  2. min_token_size - (shows min length of returnable tokens)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions