https://github.com/spraakbanken/strix-config-reader
https://github.com/spraakbanken/strix-config-reader
strix
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spraakbanken/strix-config-reader
- Owner: spraakbanken
- Created: 2017-11-22T10:42:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T14:52:16.000Z (over 1 year ago)
- Last Synced: 2025-07-23T20:02:08.530Z (11 months ago)
- Topics: strix
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strix config configurer
This repo uses five types of files:
- Type config
- Attribute config
- Corpora templates
- Corpora configs
- Plugins
Attribute configs refer to types, corpora templates and configs refer to attributes from the attribute
configs.
### Types
Types are located in `/config/attributes/types.json`
### Attributes
Attributes are located in `/config/attributes/_attributes.json`
where attribute type can be `word`, `struct` or `text`.
### Corpora templates
Located in `/config/corpora_templates/.json`
The corpora configs can then use a template using the `parents`-key.
### Corpora configs
Located in `/config/corpora/.json`.