-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrapping C/C++ libraries #5
Comments
@jeroen I have several in my list.
|
Here's a parser and tagger based in C++ that could be wrapped in an R package: |
I'd be keen to see Dynamic Topic Models (https://github.com/blei-lab/dtm) available in R. It's a major library by David Blei for analysing how topics change over time, an extension of LDA. |
👍 to @benmarwick's suggestion of Dynamic Topic Models. |
Added bigartm - non bayesian framework for topic modeling. Online, parallel, asynchronous, very flexible. Actively developed. |
For those still following this thread: I have wrapped up Compact Language Detector 2 into an R package. Give it a go and let me know if it works: https://github.com/ropensci/cld2#readme |
Thanks @jeroen , will do. |
Awesome! Im running some tests now. |
OK |
I had a look at dtm but unfortunately the code is too broken to wrap in R. It has all kind of compiler warnings and doesn't build on Windows at all. It also no longer seems actively maintained. |
The cld3 package is now on cran as well. Would be fun to see someone who is into text compare |
How about unRTF? https://www.gnu.org/software/unrtf/. as in quanteda/readtext#90 |
OK here is a wrapper for unrtf: https://github.com/ropensci/unrtf |
If people know of any useful C/C++ libs that would be nice to wrap into an R package, I am happy to assist with that!
The text was updated successfully, but these errors were encountered: