cwb3

Index and query large annotated text corpora with linguistic tools.

brewmacoslinux
Try with needOr install directly
Source

About

Tools for managing and querying large text corpora with linguistic annotations

Commands

cqpcwb-encodecwb-decodecwb-makeallcwb-describecwb-lexstatcwb-s-decode

Examples

search for specific words in a text corpus$ cqp -e CORPUS_NAME -c 'word = "example"'
create a new indexed corpus from raw text$ cwb-encode -c CORPUS_NAME -d /data/corpus_dir < raw_text.txt
show statistics about words in a corpus$ cwb-lexstat CORPUS_NAME
extract and display indexed corpus data$ cwb-decode -c CORPUS_NAME -r /registry/CORPUS_NAME
list available corpora and their properties$ cwb-describe -s