Skip to content

Use nltk.tokenize.word_tokenize instead of string.split #12

@kaushiksk

Description

@kaushiksk

w2v_input = [w2v_input_i.split() for w2v_input_i in w2v_input]

word_tokenize is a much more sophisticated tokenizer and is recommended for NLP tasks

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