YaleDHLab / wordmap

Visualize large text collections with WebGL
https://lab-apps.s3-us-west-2.amazonaws.com/wordmap/index.html
MIT License
25 stars 5 forks source link

Missing 'assets/' folder in 'web/' output #6

Closed broadwell closed 4 years ago

broadwell commented 4 years ago

At present, it seems that one would need to obtain these files by scraping the demo site.

broadwell commented 4 years ago

Oh actually the assets/ files are available in the source tree, but the necessity of cloning the repo and installing from pip is not exactly clear from the README.

duhaime commented 4 years ago

@broadwell thanks for your note and sorry about that! I guess the internal package structure changed but the packaging business didn't change with it. I just pushed some changes that should allow one to e.g.:

pip install wordmap -U
git clone https://github.com/duhaime/philosophical_transactions
wordmap --texts "philosophical_transactions/*.txt" --iter 2

to kick the tires...