JuliaText / JuliaText/TextAnalysis.jl

BoundsError in sentiment analysis

Open
#160 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.