From aa4ff0baa180409042b6b6af9f6d1caf95dad03c Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Thu, 12 Sep 2019 13:05:53 +0200 Subject: [PATCH] Auto-format [ci skip] --- website/docs/api/language.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/website/docs/api/language.md b/website/docs/api/language.md index 913d38ced..9a89d01cc 100644 --- a/website/docs/api/language.md +++ b/website/docs/api/language.md @@ -443,16 +443,16 @@ per component. ## Attributes {#attributes} -| Name | Type | Description | -| --------------------------------------- | ------------------ | ----------------------------------------------------------------------------------------------- | -| `vocab` | `Vocab` | A container for the lexical types. | -| `tokenizer` | `Tokenizer` | The tokenizer. | -| `make_doc` | `callable` | Callable that takes a unicode text and returns a `Doc`. | -| `pipeline` | list | List of `(name, component)` tuples describing the current processing pipeline, in order. | -| `pipe_names` 2 | list | List of pipeline component names, in order. | -| `pipe_labels` 2.2 | dict | List of labels set by the pipeline components, if available, keyed by component name. | -| `meta` | dict | Custom meta data for the Language class. If a model is loaded, contains meta data of the model. | -| `path` 2 | `Path` | Path to the model data directory, if a model is loaded. Otherwise `None`. | +| Name | Type | Description | +| ------------------------------------------ | ----------- | ----------------------------------------------------------------------------------------------- | +| `vocab` | `Vocab` | A container for the lexical types. | +| `tokenizer` | `Tokenizer` | The tokenizer. | +| `make_doc` | `callable` | Callable that takes a unicode text and returns a `Doc`. | +| `pipeline` | list | List of `(name, component)` tuples describing the current processing pipeline, in order. | +| `pipe_names` 2 | list | List of pipeline component names, in order. | +| `pipe_labels` 2.2 | dict | List of labels set by the pipeline components, if available, keyed by component name. | +| `meta` | dict | Custom meta data for the Language class. If a model is loaded, contains meta data of the model. | +| `path` 2 | `Path` | Path to the model data directory, if a model is loaded. Otherwise `None`. | ## Class attributes {#class-attributes}