cbail / textnets

R package to perform automated text analysis using network techniques
MIT License
210 stars 62 forks source link

"lang" not defined in signednets #3

Closed taylorwhittenbrown closed 6 years ago

taylorwhittenbrown commented 6 years ago

I'm just debugging our current signednets.R file in the development.

Line 84 throws an error "Error in cnlp_init_udpipe(lang) : object 'lang' not found"

I assume we want to first assign

lang = "english"