kbenoit / wordshoal

quanteda implementation of the Lauderdale and Herzog (2016) "Wordshoal" model
13 stars 2 forks source link

Error: Calls from old Quanteda Version #13

Closed msaeltzer closed 4 years ago

msaeltzer commented 4 years ago

Main functions doesn't work because wordfish is not part of main quanteda since 2.0. Fix: changing requirements and changing quanteda::textmodel_wordfish to quanteda.textmodels::textmodel_wordfish. Maybe integrate in quanteda.textmodels instead? best regards Marius

kbenoit commented 4 years ago

We split the textmodel_wordshoal() because it needed maintenance that @lauderdale was unwilling to provide, so unless that happens, it's unlikely to make its way into quanteda.textmodels, but I can fix the dependency caused by changes in quanteda v2.

kbenoit commented 4 years ago

Solved in e93ebbf