Update docs for v2.0.12 [ci skip]

This commit is contained in:
ines 2018-07-21 15:51:44 +02:00
parent d517dd4297
commit ae5ed2d698
5 changed files with 31 additions and 3 deletions

View File

@ -25,7 +25,7 @@ p
+table(["Name", "Type", "Description", "Default"])
+row
+cell #[code docs]
+cell list or #[code Doc]
+cell list, #[code Doc], #[code Span]
+cell Document(s) to visualize.
+cell
@ -84,7 +84,7 @@ p Render a dependency parse tree or named entity visualization.
+table(["Name", "Type", "Description", "Default"])
+row
+cell #[code docs]
+cell list or #[code Doc]
+cell list, #[code Doc], #[code Span]
+cell Document(s) to visualize.
+cell
@ -157,6 +157,12 @@ p
| as it prevents long arcs to attach punctuation.
+cell #[code True]
+row
+cell #[code collapse_phrases]
+cell bool
+cell Merge noun phrases into one token.
+cell #[code False]
+row
+cell #[code compact]
+cell bool

View File

@ -136,6 +136,12 @@ p
+cell flag
+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
+cell #[code --help], #[code -h]
+cell flag

View File

@ -509,6 +509,17 @@ p The L2 norm of the token's vector representation.
+h(2, "attributes") Attributes
+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
+cell #[code text]
+cell unicode

View File

@ -76,6 +76,7 @@
},
"MODEL_LICENSES": {
"MIT": "https://opensource.org/licenses/MIT",
"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 3.0": "https://creativecommons.org/licenses/by-sa/3.0/",
@ -115,8 +116,12 @@
"ro": "Romanian",
"hr": "Croatian",
"tr": "Turkish",
"el": "Greek",
"he": "Hebrew",
"ar": "Arabic",
"fa": "Persian",
"ur": "Urdu",
"tt": "Tatar",
"ga": "Irish",
"bn": "Bengali",
"hi": "Hindi",

View File

@ -44,7 +44,7 @@ p
+list.o-no-block
+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 Vietnamese]: #[+a("https://github.com/trungtv/pyvi") Pyvi]
+item #[strong Russian]: #[+a("https://github.com/kmike/pymorphy2") pymorphy2]