elizagrames / litsearchr

litsearchr is an R package to partially automate search term selection for systematic reviews using keyword co-occurrence networks. In addition to identifying search terms, it can write Boolean searches and translate them into over 50 languages.
https://elizagrames.github.io/litsearchr
104 stars 24 forks source link

Add support for non-English KCNs #6

Closed elizagrames closed 5 years ago

elizagrames commented 5 years ago

Modify the call to the RAKE algorithm to extract non-English terms and then use these to generate non-English keyword co-occurrence networks

elizagrames commented 5 years ago

This is now solved in the synthesisr package with the ability to create dfms and extract terms in different languages.