October 2018
Intermediate to advanced
472 pages
10h 57m
English
Now we're going to create a configuration file. This configuration file will define the pipeline that is to be used in the process of training and building of the model.
Create a file called config_spacy.yml in your working directory, and insert the following code into it:
language: "en" pipeline: "spacy_sklearn"fine_tune_spacy_ner: true
This configuration states that we will be ...
Read now
Unlock full access