Skip to content

split_sentences - handling spaces after "." #32

@Ayushk4

Description

@Ayushk4

It might be better if the empty second element in resulting array isn't there.

julia> WordTokenizers.split_sentences("This is a sentence. ")
2-element Array{SubString{String},1}:
 "This is a sentence."
 "" 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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