Fix url error for Displacy Ent visualizer

This commit is contained in:
Vetea 2017-06-12 14:30:02 +02:00 committed by GitHub
parent 49026a1346
commit eae1f7b19c

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