JuliaText / JuliaText/TextAnalysis.jl
BoundsError in sentiment analysis
Open
- Dominant language
- Julia
- Stars
- 384
- Forks
- 92
- PR merge metrics
- No merged PRs in 30d
Description
the following leads to a BoundsError
```julia
using TextAnalysis
s = SentimentAnalyzer()
s(StringDocument("resulting"))
```
The Error message is:
```
ERROR: BoundsError: attempt to access 32×5000 Array{Float32,2} at index [Base.Slice(Base.OneTo(32)), 5001]
```
Is this expected behavior?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.