From f57043e6fe091ebaf2f4a1220215a8bb7a4b5099 Mon Sep 17 00:00:00 2001 From: ines Date: Thu, 26 Oct 2017 16:29:08 +0200 Subject: [PATCH] Update docstring --- examples/training/train_tagger.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/training/train_tagger.py b/examples/training/train_tagger.py index b887b4592..c6fc1de88 100644 --- a/examples/training/train_tagger.py +++ b/examples/training/train_tagger.py @@ -4,6 +4,13 @@ A simple example for training a part-of-speech tagger with a custom tag map. To allow us to update the tag map with our custom one, this example starts off with a blank Language class and modifies its defaults. + +For more details, see the documentation: +* Training: https://alpha.spacy.io/usage/training +* POS Tagging: https://alpha.spacy.io/usage/linguistic-features#pos-tagging + +Developed for: spaCy 2.0.0a18 +Last updated for: spaCy 2.0.0a18 """ from __future__ import unicode_literals, print_function