Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuhao Zhang <zyh@stanford.edu>2019-01-28 11:40:14 +0300
committerYuhao Zhang <zyh@stanford.edu>2019-01-28 11:40:14 +0300
commit75c29aed787875f41d0d385a021d00116afe4c07 (patch)
tree9d80d6390433e3fa579f57850177bb769532e1d4 /README.md
parentfbde29bd253df0df7a2bb50316901c54b77a8c3d (diff)
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5efb8d45..1257ec0d 100644
--- a/README.md
+++ b/README.md
@@ -99,7 +99,7 @@ We are actively working on improving multi-document processing.
All neural modules in this library, including the tokenzier, the multi-word token (MWT) expander, the POS/morphological features tagger, the lemmatizer and the dependency parser, can be trained with your own [CoNLL-U](https://universaldependencies.org/format.html) format data. Currently, we do not support model training via the `Pipeline` interface. Therefore, to train your own models, you need to clone this git repository and set up from source.
-For detailes step-by-step guidance on how to train and evaluate your own models, please visit our [training documentation](https://stanfordnlp.github.io/stanfordnlp/training.html).
+For detailed step-by-step guidance on how to train and evaluate your own models, please visit our [training documentation](https://stanfordnlp.github.io/stanfordnlp/training.html).
## LICENSE