Merge pull request #1197 from jsparedes/patch-1

Fix url broken
This commit is contained in:
Ines Montani 2017-07-21 14:05:26 +02:00 committed by GitHub
commit 7c66691790

View File

@ -203,7 +203,7 @@ p
p
| If you've trained your own model, for example for
| #[+a("/docs/usage/adding-languages") additional languages] or
| #[+a("/docs/usage/train-ner") custom named entities], you can save its
| #[+a("/docs/usage/training-ner") custom named entities], you can save its
| state using the #[code Language.save_to_directory()] method. To make the
| model more convenient to deploy, we recommend wrapping it as a Python
| package.