https://github.com/annotation/text-fabric
Raw File
Tip revision: 25cebd7e1536a7d8550f4f0e9934eb329bc0cbf9 authored by Dirk Roorda on 30 December 2020, 13:59:33 UTC
improved loading of appless corpora
Tip revision: 25cebd7
azbnsetup.sh
#!/bin/sh

cd ~/anaconda3_501/bin
./pip3.6 install text-fabric
back to top