mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Update formatting
This commit is contained in:
parent
e10c48210d
commit
797f10ab16
|
@ -14,7 +14,7 @@ p
|
|||
| recommend having additional tests in place if your application depends on
|
||||
| any of spaCy's utilities.
|
||||
|
||||
+h(2, "get_data_path") get_data_path
|
||||
+h(2, "get_data_path") util.get_data_path
|
||||
+tag function
|
||||
|
||||
p
|
||||
|
@ -32,7 +32,7 @@ p
|
|||
+cell #[code Path] / #[code None]
|
||||
+cell Data path or #[code None].
|
||||
|
||||
+h(2, "set_data_path") set_data_path
|
||||
+h(2, "set_data_path") util.set_data_path
|
||||
+tag function
|
||||
|
||||
p
|
||||
|
@ -49,7 +49,7 @@ p
|
|||
+cell unicode or #[code Path]
|
||||
+cell Path to new data directory.
|
||||
|
||||
+h(2, "get_lang_class") get_lang_class
|
||||
+h(2, "get_lang_class") util.get_lang_class
|
||||
+tag function
|
||||
|
||||
p
|
||||
|
@ -74,7 +74,7 @@ p
|
|||
+cell #[code Language]
|
||||
+cell Language class.
|
||||
|
||||
+h(2, "resolve_model_path") resolve_model_path
|
||||
+h(2, "resolve_model_path") util.resolve_model_path
|
||||
+tag function
|
||||
|
||||
p Resolve a model name or string to a model path.
|
||||
|
@ -94,7 +94,7 @@ p Resolve a model name or string to a model path.
|
|||
+cell #[code Path]
|
||||
+cell Path to model data directory.
|
||||
|
||||
+h(2, "is_package") is_package
|
||||
+h(2, "is_package") util.is_package
|
||||
+tag function
|
||||
|
||||
p
|
||||
|
@ -116,7 +116,7 @@ p
|
|||
+cell #[code bool]
|
||||
+cell #[code True] if installed package, #[code False] if not.
|
||||
|
||||
+h(2, "get_model_package_path") get_model_package_path
|
||||
+h(2, "get_model_package_path") util.get_model_package_path
|
||||
+tag function
|
||||
|
||||
p
|
||||
|
@ -138,7 +138,7 @@ p
|
|||
+cell #[code Path]
|
||||
+cell Path to model data directory.
|
||||
|
||||
+h(2, "parse_package_meta") parse_package_meta
|
||||
+h(2, "parse_package_meta") util.parse_package_meta
|
||||
+tag function
|
||||
|
||||
p
|
||||
|
@ -167,7 +167,7 @@ p
|
|||
+cell dict / #[code None]
|
||||
+cell Model meta data or #[code None].
|
||||
|
||||
+h(2, "update_exc") update_exc
|
||||
+h(2, "update_exc") util.update_exc
|
||||
+tag function
|
||||
|
||||
p
|
||||
|
@ -199,7 +199,7 @@ p
|
|||
+cell Combined tokenizer exceptions.
|
||||
|
||||
|
||||
+h(2, "prints") prints
|
||||
+h(2, "prints") util.prints
|
||||
+tag function
|
||||
|
||||
p
|
||||
|
|
Loading…
Reference in New Issue
Block a user