Merge pull request #1124 from v3t3a/patch-3

docs - Fix url error for Displacy Ent visualizer
This commit is contained in:
Ines Montani 2017-06-12 21:20:32 +02:00 committed by GitHub
commit 57f64b9e1c

View File

@ -4,7 +4,7 @@ include ../../_includes/_mixins
p
| As of v2.0, our popular visualizers, #[+a(DEMOS_URL + "/displacy") displaCy]
| and #[+a(DEMOS_URL + "displacy-ent") displaCy #[sup ENT]] are finally an
| and #[+a(DEMOS_URL + "/displacy-ent") displaCy #[sup ENT]] are finally an
| official part of the library. Visualizing a dependency parse or named
| entities in a text is not only a fun NLP demo it can also be incredibly
| helpful in speeding up development and debugging your code and training