Skip to content

Latest commit

 

History

History

tools

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

BlackLab tools

Commandline tools such as IndexTool and QueryTool, as well as some test/debug utilities.

IndexTool

See Indexing with BlackLab

Query Tool

See Using the Query Tool

FrequencyTool

A tool to make frequency lists over the whole corpus.

WIP.

Example config file:

---

# The annotated field to make frequency lists for
annotatedField: contents

# The frequency lists we want to make
frequencyLists:

  # Lemma frequency per year
  - name: lemmas-per-year
    # What (combination of) annotation to calculate frequencies for
    annotations:
      - lemma
    # What metadata fields to also group by
    metadataFields:
      - witnessYear_from