Redmine #1487: tweaked readme
This commit is contained in:
parent
e9eff0658f
commit
fad88a992b
16
README.md
16
README.md
|
@ -4,14 +4,18 @@ Pipeline for parsing a list of arbitrary Slovene strings and assigning
|
||||||
each to a syntactic structure in the DDD database, generating
|
each to a syntactic structure in the DDD database, generating
|
||||||
provisional new structures if necessary.
|
provisional new structures if necessary.
|
||||||
|
|
||||||
## Setup
|
## Installation
|
||||||
|
|
||||||
Most of the scripts come from other repositories and python libraries.
|
Installation requires the [CLASSLA](https://github.com/clarinsi/classla) standard_jos models, as
|
||||||
Run the set-up script:
|
well as (for now) the wani.py script from
|
||||||
|
[luscenje_struktur](https://gitea.cjvt.si/ozbolt/luscenje_struktur):
|
||||||
|
|
||||||
```
|
pip install .
|
||||||
$ scripts/setup.sh
|
python -c "import classla; classla.download('sl', dir='resources/classla', type='standard_jos')"
|
||||||
```
|
curl -o resources/wani.py https://gitea.cjvt.si/ozbolt/luscenje_struktur/raw/branch/master/wani.py
|
||||||
|
|
||||||
|
The classla directory and wani.py file do not necessarily need to be placed under resources/, but
|
||||||
|
the wrapper script scripts/process.py assumes that they are.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user