Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.12 KB

Installation

Strix uses virtuals envs for python version and virtual environment management. To get running:

  1. Create the virtual environment using python -m venv .venv.
  2. Activate the virtual environment with source .venv/bin/activate.

Installation of dependencies

  1. pip install --upgrade pip
  2. pip install -e .
  3. cd ..
  4. git clone [email protected]:spraakbanken/strix-config-reader.git
  5. cd strix-config-reader
  6. git checkout v2.0
  7. cd ..
  8. git clone [email protected]:spraakbanken/strix-settings-sb.git
  9. cd strix-pipeline
  10. Update settings_dir in config.yaml
  11. pip install -e ../strix-config-configurer

Configuration

Copy config.yaml.example to config.yaml and make your changes. This file will be picked up by default, but it is also possible to run script with --config path/to/config.yaml.

Make sure that the text and settings directories are properly configured:

texts_dir: /home/strix/texts
settings_dir: /home/strix/settings

Elasticsearch config

Clone and build plugin, add to ES plugin folder before starting ES.

https://github.com/spraakbanken/strix-elasticsearch