Followed the pipe instructions in the README:
pipx install --force git+https://github.com/divvun/CorpusTools.git
⚠️ Found a space in the pipx home path. We heavily discourage this, due to multiple incompatibilities. Please check our docs for more information on this,
as well as some pointers on how to migrate to a different home path.
⚠️ To see your PIPX_HOME dir: pipx environment --value PIPX_HOME
⚠️ Most likely fix on macOS: mv ~/Library/Application\ Support/pipx ~/.local/
⚠️ Note: add_files_to_corpus was already on your PATH at /usr/local/bin/add_files_to_corpus
⚠️ Note: analyse_corpus was already on your PATH at /usr/local/bin/analyse_corpus
⚠️ Note: bibel_no_aligner was already on your PATH at /usr/local/bin/bibel_no_aligner
⚠️ Note: bibel_no_crawler was already on your PATH at /usr/local/bin/bibel_no_crawler
⚠️ Note: ccat was already on your PATH at /usr/local/bin/ccat
⚠️ Note: ces_to_bibel_no was already on your PATH at /usr/local/bin/ces_to_bibel_no
⚠️ Note: clean_prestable was already on your PATH at /usr/local/bin/clean_prestable
⚠️ Note: compare_tmx_goldstandard was already on your PATH at /usr/local/bin/compare_tmx_goldstandard
⚠️ Note: compile_cwb_mono was already on your PATH at /usr/local/bin/compile_cwb_mono
⚠️ Note: compile_cwb_para was already on your PATH at /usr/local/bin/compile_cwb_para
⚠️ Note: convert2xml was already on your PATH at /usr/local/bin/convert2xml
⚠️ Note: count_analysed was already on your PATH at /usr/local/bin/count_analysed
⚠️ Note: debug_corpus was already on your PATH at /usr/local/bin/debug_corpus
⚠️ Note: dropbox_adder was already on your PATH at /usr/local/bin/dropbox_adder
⚠️ Note: dupefinder was already on your PATH at /usr/local/bin/dupefinder
⚠️ Note: duperemover was already on your PATH at /usr/local/bin/duperemover
⚠️ Note: epubchooser was already on your PATH at /usr/local/bin/epubchooser
⚠️ Note: generate_anchor_list was already on your PATH at /usr/local/bin/generate_anchor_list
⚠️ Note: html_cleaner was already on your PATH at /usr/local/bin/html_cleaner
⚠️ Note: korp_mono was already on your PATH at /usr/local/bin/korp_mono
⚠️ Note: korp_para was already on your PATH at /usr/local/bin/korp_para
⚠️ Note: make_training_corpus was already on your PATH at /usr/local/bin/make_training_corpus
⚠️ Note: move_corpus_file was already on your PATH at /usr/local/bin/move_corpus_file
⚠️ Note: normalise_corpus_names was already on your PATH at /usr/local/bin/normalise_corpus_names
⚠️ Note: packagetmx was already on your PATH at /usr/local/bin/packagetmx
⚠️ Note: paracheck was already on your PATH at /usr/local/bin/paracheck
⚠️ Note: parallelize was already on your PATH at /usr/local/bin/parallelize
⚠️ Note: pick_sd_se was already on your PATH at /usr/local/bin/pick_sd_se
⚠️ Note: pytextcat was already on your PATH at /usr/local/bin/pytextcat
⚠️ Note: remove_corpus_file was already on your PATH at /usr/local/bin/remove_corpus_file
⚠️ Note: reparallelize was already on your PATH at /usr/local/bin/reparallelize
⚠️ Note: saami_crawler was already on your PATH at /usr/local/bin/saami_crawler
⚠️ Note: tmx2html was already on your PATH at /usr/local/bin/tmx2html
⚠️ Note: tmx_cat was already on your PATH at /usr/local/bin/tmx_cat
⚠️ Note: tmx_switch was already on your PATH at /usr/local/bin/tmx_switch
⚠️ Note: update_metadata was already on your PATH at /usr/local/bin/update_metadata
installed package corpustools 2.5.0, installed using Python 3.14.3
These apps are now available
- add_files_to_corpus
- analyse_corpus
- bibel_no_aligner
- bibel_no_crawler
- ccat
- ces_to_bibel_no
- clean_prestable
- compare_tmx_goldstandard
- compile_cwb_mono
- compile_cwb_para
- convert2xml
- count_analysed
- debug_corpus
- dropbox_adder
- dupefinder
- duperemover
- epubchooser
- generate_anchor_list
- html_cleaner
- korp_mono
- korp_para
- make_training_corpus
- move_corpus_file
- normalise_corpus_names
- packagetmx
- paracheck
- parallelize
- pick_sd_se
- pytextcat
- remove_corpus_file
- reparallelize
- saami_crawler
- tmx2html
- tmx_cat
- tmx_switch
- update_metadata
done! ✨ 🌟 ✨
➜ ccat -h
Traceback (most recent call last):
File "/usr/local/bin/ccat", line 3, in <module>
from corpustools.ccat import main
ModuleNotFoundError: No module named 'corpustools'
Followed the pipe instructions in the README: