Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/sentiment.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ function pad_sequences(l, maxlen=500)
push!(res, ele)
end
return res
end

else
print("Not Possible to have string length greater than maximum length")
Comment thread
Ayushk4 marked this conversation as resolved.
Outdated
end
Comment thread
Ayushk4 marked this conversation as resolved.
Outdated
end

function read_weights(filename=sentiment_weights)
Expand Down