Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.07 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.07 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. (Python 3 needed)
  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-configurer.git
  5. git clone [email protected]:spraakbanken/strix-settings-sb.git
  6. cd strix-pipeline
  7. Update settings_dir in config.yml
  8. pip install -e ../strix-config-configurer

Configuration

Copy config.yml.example to config.yml 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.yml.

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