Project artifact for:
How are Multilingual Systems Constructed: Characterizing Language Use and Selection in Open-Source Multilingual Software
- Original artifact URL: https://bitbucket.org/wsucailab/multilangstudy/
- Imported via
pubs2githubfrom the publications page - Downloader:
git— existing repo/ (436 files)
This repository was created automatically. The contents under this directory mirror what was downloaded from the original artifact link above; refer to that source for the authoritative version, licensing, and any updates.
- enable sqlite extensions
apt-get install libsqlite3-dev ./configure --enable-loadable-sqlite-extensions && make && make install
- python libs install pip install progressbar pip install nltk pip install textblob pip install sklearn pip install matplotlib pip install plotly