mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Update docs for v2.0.12 [ci skip]
This commit is contained in:
parent
d517dd4297
commit
ae5ed2d698
|
@ -25,7 +25,7 @@ p
|
||||||
+table(["Name", "Type", "Description", "Default"])
|
+table(["Name", "Type", "Description", "Default"])
|
||||||
+row
|
+row
|
||||||
+cell #[code docs]
|
+cell #[code docs]
|
||||||
+cell list or #[code Doc]
|
+cell list, #[code Doc], #[code Span]
|
||||||
+cell Document(s) to visualize.
|
+cell Document(s) to visualize.
|
||||||
+cell
|
+cell
|
||||||
|
|
||||||
|
@ -84,7 +84,7 @@ p Render a dependency parse tree or named entity visualization.
|
||||||
+table(["Name", "Type", "Description", "Default"])
|
+table(["Name", "Type", "Description", "Default"])
|
||||||
+row
|
+row
|
||||||
+cell #[code docs]
|
+cell #[code docs]
|
||||||
+cell list or #[code Doc]
|
+cell list, #[code Doc], #[code Span]
|
||||||
+cell Document(s) to visualize.
|
+cell Document(s) to visualize.
|
||||||
+cell
|
+cell
|
||||||
|
|
||||||
|
@ -157,6 +157,12 @@ p
|
||||||
| as it prevents long arcs to attach punctuation.
|
| as it prevents long arcs to attach punctuation.
|
||||||
+cell #[code True]
|
+cell #[code True]
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code collapse_phrases]
|
||||||
|
+cell bool
|
||||||
|
+cell Merge noun phrases into one token.
|
||||||
|
+cell #[code False]
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code compact]
|
+cell #[code compact]
|
||||||
+cell bool
|
+cell bool
|
||||||
|
|
|
@ -136,6 +136,12 @@ p
|
||||||
+cell flag
|
+cell flag
|
||||||
+cell Print information as Markdown.
|
+cell Print information as Markdown.
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code --silent], #[code -s]
|
||||||
|
+tag-new("2.0.12")
|
||||||
|
+cell flag
|
||||||
|
+cell Don't print anything, just return the values.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code --help], #[code -h]
|
+cell #[code --help], #[code -h]
|
||||||
+cell flag
|
+cell flag
|
||||||
|
|
|
@ -509,6 +509,17 @@ p The L2 norm of the token's vector representation.
|
||||||
+h(2, "attributes") Attributes
|
+h(2, "attributes") Attributes
|
||||||
|
|
||||||
+table(["Name", "Type", "Description"])
|
+table(["Name", "Type", "Description"])
|
||||||
|
+row
|
||||||
|
+cell #[code doc]
|
||||||
|
+cell #[code Doc]
|
||||||
|
+cell The parent document.
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code sent]
|
||||||
|
+tag-new("2.0.12")
|
||||||
|
+cell #[code Span]
|
||||||
|
+cell The sentence span that this token is a part of.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code text]
|
+cell #[code text]
|
||||||
+cell unicode
|
+cell unicode
|
||||||
|
|
|
@ -76,6 +76,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"MODEL_LICENSES": {
|
"MODEL_LICENSES": {
|
||||||
|
"MIT": "https://opensource.org/licenses/MIT",
|
||||||
"CC BY 4.0": "https://creativecommons.org/licenses/by/4.0/",
|
"CC BY 4.0": "https://creativecommons.org/licenses/by/4.0/",
|
||||||
"CC BY-SA": "https://creativecommons.org/licenses/by-sa/3.0/",
|
"CC BY-SA": "https://creativecommons.org/licenses/by-sa/3.0/",
|
||||||
"CC BY-SA 3.0": "https://creativecommons.org/licenses/by-sa/3.0/",
|
"CC BY-SA 3.0": "https://creativecommons.org/licenses/by-sa/3.0/",
|
||||||
|
@ -115,8 +116,12 @@
|
||||||
"ro": "Romanian",
|
"ro": "Romanian",
|
||||||
"hr": "Croatian",
|
"hr": "Croatian",
|
||||||
"tr": "Turkish",
|
"tr": "Turkish",
|
||||||
|
"el": "Greek",
|
||||||
"he": "Hebrew",
|
"he": "Hebrew",
|
||||||
|
"ar": "Arabic",
|
||||||
"fa": "Persian",
|
"fa": "Persian",
|
||||||
|
"ur": "Urdu",
|
||||||
|
"tt": "Tatar",
|
||||||
"ga": "Irish",
|
"ga": "Irish",
|
||||||
"bn": "Bengali",
|
"bn": "Bengali",
|
||||||
"hi": "Hindi",
|
"hi": "Hindi",
|
||||||
|
|
|
@ -44,7 +44,7 @@ p
|
||||||
|
|
||||||
+list.o-no-block
|
+list.o-no-block
|
||||||
+item #[strong Chinese]: #[+a("https://github.com/fxsjy/jieba") Jieba]
|
+item #[strong Chinese]: #[+a("https://github.com/fxsjy/jieba") Jieba]
|
||||||
+item #[strong Japanese]: #[+a("https://github.com/mocobeta/janome") Janome]
|
+item #[strong Japanese]: #[+a("https://github.com/taku910/mecab") MeCab]
|
||||||
+item #[strong Thai]: #[+a("https://github.com/wannaphongcom/pythainlp") pythainlp]
|
+item #[strong Thai]: #[+a("https://github.com/wannaphongcom/pythainlp") pythainlp]
|
||||||
+item #[strong Vietnamese]: #[+a("https://github.com/trungtv/pyvi") Pyvi]
|
+item #[strong Vietnamese]: #[+a("https://github.com/trungtv/pyvi") Pyvi]
|
||||||
+item #[strong Russian]: #[+a("https://github.com/kmike/pymorphy2") pymorphy2]
|
+item #[strong Russian]: #[+a("https://github.com/kmike/pymorphy2") pymorphy2]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user