Skip to content
Snippets Groups Projects
Commit 3960728c authored by David Fuhry's avatar David Fuhry :fist:
Browse files

Fix typo

parent 8421aa89
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