mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	fix typo (#12543)
This commit is contained in:
		
							parent
							
								
									b0e5aed5ed
								
							
						
					
					
						commit
						7bf1db87ad
					
				| 
						 | 
					@ -336,7 +336,7 @@ def debug_data(
 | 
				
			||||||
                show=verbose,
 | 
					                show=verbose,
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
        else:
 | 
					        else:
 | 
				
			||||||
            msg.good("Examples without ocurrences available for all labels")
 | 
					            msg.good("Examples without occurrences available for all labels")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if "ner" in factory_names:
 | 
					    if "ner" in factory_names:
 | 
				
			||||||
        # Get all unique NER labels present in the data
 | 
					        # Get all unique NER labels present in the data
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user