Julia TextAnalysis

What does “rwi” parameter represents in get_sentiment function in sentiment.jl file in TextAnalysis package??


Text Analysis : GitHub - JuliaText/TextAnalysis.jl: Julia package for text analysis

r_{w_{i}} is the input embedding of a word w as the i-th element in the history.

Thanks @SimonW