diff --git a/website/_harp.json b/website/_harp.json index 5c6759fbf..1c27426f4 100644 --- a/website/_harp.json +++ b/website/_harp.json @@ -78,7 +78,7 @@ { "id": "en", "title": "English", "meta": "50MB" }, { "id": "de", "title": "German", "meta": "645MB" }, { "id": "fr", "title": "French", "meta": "1.33GB" }, - { "id": "es", "title": "Spanish", "meta": "378MB"}] + { "id": "es", "title": "Spanish", "meta": "377MB"}] } ], @@ -112,7 +112,7 @@ { "id": "fr_depvec_web_lg", "lang": "French", "feats": [1, 1, 0, 1], "size": "1.33 GB", "license": "CC BY-NC" } ], "es": [ - { "id": "es_core_web_md", "lang": "Spanish", "feats": [1, 1, 1, 1], "size": "378 MB", "license": "CC BY-SA"} + { "id": "es_core_web_md", "lang": "Spanish", "feats": [1, 1, 1, 1], "size": "377 MB", "license": "CC BY-SA"} ] }, diff --git a/website/docs/usage/entity-recognition.jade b/website/docs/usage/entity-recognition.jade index 7fd0a6d37..826de1543 100644 --- a/website/docs/usage/entity-recognition.jade +++ b/website/docs/usage/entity-recognition.jade @@ -53,7 +53,7 @@ p assert ent_francisco == [u'Francisco', u'I', u'GPE'] +table(["Text", "ent_iob", "ent_iob_", "ent_type_", "Description"]) - - var style = [0, 1, 1, 1, 1, 0] + - var style = [0, 1, 1, 1, 0] +annotation-row(["San", 3, "B", "GPE", "beginning of an entity"], style) +annotation-row(["Francisco", 1, "I", "GPE", "inside an entity"], style) +annotation-row(["considers", 2, "O", '""', "outside an entity"], style) diff --git a/website/docs/usage/spacy-101.jade b/website/docs/usage/spacy-101.jade index 4c7a8b09d..f657ebf11 100644 --- a/website/docs/usage/spacy-101.jade +++ b/website/docs/usage/spacy-101.jade @@ -81,7 +81,7 @@ p +h(2, "features") Features p - | Across the documentation, you'll come across mentions of spaCy's + | In the documentation, you'll come across mentions of spaCy's | features and capabilities. Some of them refer to linguistic concepts, | while others are related to more general machine learning functionality.