-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
https://github.com/bnosac/crfsuite/blob/master/vignettes/crfsuite-nlp.Rmd#L98
should be
x <- x[, token_next := txt_sprintf("token[w+1]=%s", token_next), by = list(doc_id)] instead of
x <- x[, token_next := txt_sprintf("token[w-1]=%s", token_next), by = list(doc_id)]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels