mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Fix formatting
This commit is contained in:
		
							parent
							
								
									5901c8f7f0
								
							
						
					
					
						commit
						7f95023fc0
					
				| 
						 | 
					@ -93,9 +93,8 @@ class CLI(object):
 | 
				
			||||||
        Train a model. Expects data in spaCy's JSON format.
 | 
					        Train a model. Expects data in spaCy's JSON format.
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        cli_train(lang, output_dir, train_data, dev_data, n_iter,
 | 
					        cli_train(lang, output_dir, train_data, dev_data, n_iter, not no_tagger,
 | 
				
			||||||
                  not no_tagger, not no_parser, not no_ner,
 | 
					                  not no_parser, not no_ner, parser_L1)
 | 
				
			||||||
                  parser_L1)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @plac.annotations(
 | 
					    @plac.annotations(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user