chainsawriot
chainsawriot
@TimBMK One of the possible reasons is that many tests assume an envvar `TWITTER_BEARER`. For PRs from your Github, you can't access the TWITTER_BEARER envvar @cjbarrie has set up here...
@TimBMK I can run (and pass) those `bind_errors` tests on my machine. So, it is probably due to the Github Secret.
If I want to create a traditional Chinese dictionary, should I add the words to the 'chinese.yaml' or make a distinction between simplified_chinese.yaml and tradtional_chinese.yaml?
@koheiw I am happy to change the dictionary but I think the root problem is similar to the problem of those so-called off-the-shelf dictionaries: All lexicons in text analysis are...
@koheiw I am not @aseiiss but the expressions are 内蒙古, 内蒙, or 内蒙古自治区. With quanteda's tokenizer, 内蒙古自治区 will be tokenized into "内" "蒙古" "自治" "区". Of course, one way to...
An additional consideration: maybe the second category is not simply "people". In English, it is not a big problem because a demonym (e.g. japanese) is almost always an adjective as...
> Why did you want to "switch off" some of the words in your projects? The application was actually simple: before fitting the model, I wanted to have some descriptive...
One can just use `create_lihkg(browser = 'phantomjs')`.
@bokov Thank you so much for your work on this package. I would argue that this is a feature according to the documentation, not a bug. https://github.com/chainsawriot/rio/blob/8fd8ba734ac58286faca1c3672123bdb3a0d88eb/R/import.R#L8 > Additional arguments...
@schochastics I like the first idea better (adding a new parameter). Referencing the relevant functions (e.g. `utils::tar`, `utils::zip`) and using the tidyverse-style naming, I think the parameter should be called...