Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 926 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 926 Bytes

CNC-MASM

Missing Assets and Services in Manatee is a set of REST services for enhancing KonText installations. But it can be also run as a standalone service for:

  • generating and querying corpora structural metadata,
  • managing Manatee-open compatible data

Functions:

  1. corpus data information
    • direct access to Manatee corpus configuration
    • indices location and modification datetime
    • basic registry configuration
    • KonText corpora database access
  2. corpus data synchronization between two locations
  3. corpus querying (experimental)
    • getting a frequency distribution of a searched expression

For more information, see the API.md.

API

see API.md

How to build the project

  1. Get the sources (git clone --depth 1 https://github.com/czcorpus/cnc-masm.git)
  2. go mod tidy
  3. ./configure
  4. make