Skip to content

removeHyphens = FALSE not working in tokenise for some multiple intra-word hyphens #91

Description

@kbenoit
> tokenize("one-of-a-kind", removeHyphens = FALSE, removePunct = TRUE)
tokenizedText object from 1 document.
Component 1 :
[1] "one-of-a" "kind"    

> tokenize("one-of-another-kind", removeHyphens = FALSE, removePunct = TRUE)
tokenizedText object from 1 document.
Component 1 :
[1] "one-of-another-kind"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions