JuliaText / JuliaText/WordTokenizers.jl
split_sentences - handling spaces after "."
Open
- Dominant language
- Julia
- Stars
- 100
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
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."
""
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.