Skip to content

possible issue with create_tcm() docs #356

Description

@albalansi

Cheers everyone. I'm somewhat new to topic modeling and i came across this wonderful package, thank you guys for your work. While i was reading the docs in hope of creating a TCM i found the following example code:

tokens = word_tokenizer(tolower(movie_review$review))
it = itoken(tokens)
v = create_vocabulary(jobs)
vectorizer = vocab_vectorizer(v)
tcm = create_tcm(itoken(tokens), vectorizer, skip_grams_window = 3L)

where did jobs came from? could this be a typo? please let me know.

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