mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	Displacy doc fix (#12352)
* more details for color setting * more details for color setting * prettier
This commit is contained in:
		
							parent
							
								
									b3e7364551
								
							
						
					
					
						commit
						e325de3ff8
					
				|  | @ -354,22 +354,22 @@ If a setting is not present in the options, the default value will be used. | |||
| > displacy.serve(doc, style="dep", options=options) | ||||
| > ``` | ||||
| 
 | ||||
| | Name               | Description                                                                                                                                  | | ||||
| | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- | | ||||
| | `fine_grained`     | Use fine-grained part-of-speech tags (`Token.tag_`) instead of coarse-grained tags (`Token.pos_`). Defaults to `False`. ~~bool~~             | | ||||
| | `add_lemma`        | Print the lemmas in a separate row below the token texts. Defaults to `False`. ~~bool~~                                                      | | ||||
| | `collapse_punct`   | Attach punctuation to tokens. Can make the parse more readable, as it prevents long arcs to attach punctuation. Defaults to `True`. ~~bool~~ | | ||||
| | `collapse_phrases` | Merge noun phrases into one token. Defaults to `False`. ~~bool~~                                                                             | | ||||
| | `compact`          | "Compact mode" with square arrows that takes up less space. Defaults to `False`. ~~bool~~                                                    | | ||||
| | `color`            | Text color (HEX, RGB or color names). Defaults to `"#000000"`. ~~str~~                                                                       | | ||||
| | `bg`               | Background color (HEX, RGB or color names). Defaults to `"#ffffff"`. ~~str~~                                                                 | | ||||
| | `font`             | Font name or font family for all text. Defaults to `"Arial"`. ~~str~~                                                                        | | ||||
| | `offset_x`         | Spacing on left side of the SVG in px. Defaults to `50`. ~~int~~                                                                             | | ||||
| | `arrow_stroke`     | Width of arrow path in px. Defaults to `2`. ~~int~~                                                                                          | | ||||
| | `arrow_width`      | Width of arrow head in px. Defaults to `10` in regular mode and `8` in compact mode. ~~int~~                                                 | | ||||
| | `arrow_spacing`    | Spacing between arrows in px to avoid overlaps. Defaults to `20` in regular mode and `12` in compact mode. ~~int~~                           | | ||||
| | `word_spacing`     | Vertical spacing between words and arcs in px. Defaults to `45`. ~~int~~                                                                     | | ||||
| | `distance`         | Distance between words in px. Defaults to `175` in regular mode and `150` in compact mode. ~~int~~                                           | | ||||
| | Name               | Description                                                                                                                                                                                                                                   | | ||||
| | ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||||
| | `fine_grained`     | Use fine-grained part-of-speech tags (`Token.tag_`) instead of coarse-grained tags (`Token.pos_`). Defaults to `False`. ~~bool~~                                                                                                              | | ||||
| | `add_lemma`        | Print the lemmas in a separate row below the token texts. Defaults to `False`. ~~bool~~                                                                                                                                                       | | ||||
| | `collapse_punct`   | Attach punctuation to tokens. Can make the parse more readable, as it prevents long arcs to attach punctuation. Defaults to `True`. ~~bool~~                                                                                                  | | ||||
| | `collapse_phrases` | Merge noun phrases into one token. Defaults to `False`. ~~bool~~                                                                                                                                                                              | | ||||
| | `compact`          | "Compact mode" with square arrows that takes up less space. Defaults to `False`. ~~bool~~                                                                                                                                                     | | ||||
| | `color`            | Text color. Can be provided in any CSS legal format as a string e.g.: `"#00ff00"`, `"rgb(0, 255, 0)"`, `"hsl(120, 100%, 50%)"` and `"green"` all correspond to the color green (without transparency). Defaults to `"#000000"`. ~~str~~       | | ||||
| | `bg`               | Background color. Can be provided in any CSS legal format as a string e.g.: `"#00ff00"`, `"rgb(0, 255, 0)"`, `"hsl(120, 100%, 50%)"` and `"green"` all correspond to the color green (without transparency). Defaults to `"#ffffff"`. ~~str~~ | | ||||
| | `font`             | Font name or font family for all text. Defaults to `"Arial"`. ~~str~~                                                                                                                                                                         | | ||||
| | `offset_x`         | Spacing on left side of the SVG in px. Defaults to `50`. ~~int~~                                                                                                                                                                              | | ||||
| | `arrow_stroke`     | Width of arrow path in px. Defaults to `2`. ~~int~~                                                                                                                                                                                           | | ||||
| | `arrow_width`      | Width of arrow head in px. Defaults to `10` in regular mode and `8` in compact mode. ~~int~~                                                                                                                                                  | | ||||
| | `arrow_spacing`    | Spacing between arrows in px to avoid overlaps. Defaults to `20` in regular mode and `12` in compact mode. ~~int~~                                                                                                                            | | ||||
| | `word_spacing`     | Vertical spacing between words and arcs in px. Defaults to `45`. ~~int~~                                                                                                                                                                      | | ||||
| | `distance`         | Distance between words in px. Defaults to `175` in regular mode and `150` in compact mode. ~~int~~                                                                                                                                            | | ||||
| 
 | ||||
| #### Named Entity Visualizer options {id="displacy_options-ent"} | ||||
| 
 | ||||
|  |  | |||
|  | @ -58,12 +58,12 @@ arcs. | |||
| 
 | ||||
| </Infobox> | ||||
| 
 | ||||
| | Argument  | Description                                                                               | | ||||
| | --------- | ----------------------------------------------------------------------------------------- | | ||||
| | `compact` | "Compact mode" with square arrows that takes up less space. Defaults to `False`. ~~bool~~ | | ||||
| | `color`   | Text color (HEX, RGB or color names). Defaults to `"#000000"`. ~~str~~                    | | ||||
| | `bg`      | Background color (HEX, RGB or color names). Defaults to `"#ffffff"`. ~~str~~              | | ||||
| | `font`    | Font name or font family for all text. Defaults to `"Arial"`. ~~str~~                     | | ||||
| | Argument  | Description                                                                                                                                                                                                                                   | | ||||
| | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||||
| | `compact` | "Compact mode" with square arrows that takes up less space. Defaults to `False`. ~~bool~~                                                                                                                                                     | | ||||
| | `color`   | Text color. Can be provided in any CSS legal format as a string e.g.: `"#00ff00"`, `"rgb(0, 255, 0)"`, `"hsl(120, 100%, 50%)"` and `"green"` all correspond to the color green (without transparency). Defaults to `"#000000"`. ~~str~~       | | ||||
| | `bg`      | Background color. Can be provided in any CSS legal format as a string e.g.: `"#00ff00"`, `"rgb(0, 255, 0)"`, `"hsl(120, 100%, 50%)"` and `"green"` all correspond to the color green (without transparency). Defaults to `"#ffffff"`. ~~str~~ | | ||||
| | `font`    | Font name or font family for all text. Defaults to `"Arial"`. ~~str~~                                                                                                                                                                         | | ||||
| 
 | ||||
| For a list of all available options, see the | ||||
| [`displacy` API documentation](/api/top-level#displacy_options). | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user