Skip to content
Draft
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,20 @@ Users can find the publicly available website at [service](https://nodenormaliza
## Installation

Create a virtual environment
```
python -m venv nodeNormalization-env
```shell
python -m venv nodeNormalization-env
```
Activate the virtual environment
```
source nodeNormalization-env/bin/activate
```shell
source nodeNormalization-env/bin/activate
```
Install requirements
```shell
pip install -r requirements.txt
pushd nn_io_rs; maturin develop --release; popd
```
> pip install -r requirements.txt
```


## Generating equivalence data

The equivalence data can be generated by running [Babel](https://github.com/TranslatorSRI/Babel). An example of the contents of a compendia file is shown below:
Expand Down
Loading