Skip to content
Snippets Groups Projects
Commit 5b26789c authored by Leonard Haas's avatar Leonard Haas
Browse files

Merge branch 'patch-1' into 'master'

Fix typo

See merge request !78
parents 8421aa89 3960728c
No related branches found
No related tags found
1 merge request!78Fix typo
......@@ -12,7 +12,7 @@ The R script assumes all the packages in the `packages.list` file are installed
install.packages(readLines('/processing/packages.list'))
```
Furthermore you will need to have an spacy installation with the english language data installed. By default the script will assume to find this in a conda environment named `spcy`, if you need to change that do so in the `Master.R` file.
Furthermore you will need to have a spacy installation with the english language data installed. By default the script will assume to find this in a conda environment named `spcy`, if you need to change that do so in the `Master.R` file.
To build the **wikiproc** package navigate to the processing directory and run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment