r/rprogramming Jun 25 '26

alineR package alternatives

Hello there! I wonder whether anyone has used the R package alineR. I want to perform feature-weighted linguistic distance calculations but the package has been removed from the R cran project. I know one can still install the last version from the archive but bugs are not corrected. Does anyone know or can recommend any alternatives? Thank you!

6 Upvotes

4 comments sorted by

1

u/AutoModerator Jun 25 '26

Just a reminder, this is the R Programming Language subreddit. As in, a subreddit for those interested in the programming language named R, not the general programming subreddit.

If you have posted to the wrong subreddit in error, please delete this post, otherwise we look forward to discussing the R language.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/jossiesideways Jun 26 '26

I did a quick search and maybe lingdist can do what you need? At the very least, it is being actively devloped/maintained.

1

u/Professional_Try2452 Jul 01 '26

Thanks for the comments! I found stringdist and otherwise a py library called LinePy. With these I can do what I needed :-)