Paul O'Leary McCann 
							
						 
					 
					
						
						
						
						
							
						
						
							a834b03216 
							
						 
					 
					
						
						
							
							Use a context manager when reading model ( fix   #7036 ) ( #8244 )  
						
						
						
					 
					
						2021-07-16 15:47:55 +02:00 
						 
				 
			
				
					
						
							
							
								Ines Montani 
							
						 
					 
					
						
						
						
						
							
						
						
							d0c3775712 
							
						 
					 
					
						
						
							
							Replace links to nightly docs [ci skip]  
						
						
						
					 
					
						2021-01-30 20:09:38 +11:00 
						 
				 
			
				
					
						
							
							
								Sofie Van Landeghem 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							837a4f53c2 
							
						 
					 
					
						
						
							
							Error handling in nlp.pipe ( #6817 )  
						
						... 
						
						
						
						* add error handler for pipe methods
* add unit tests
* remove pipe method that are the same as their base class
* have Language keep track of a default error handler
* cleanup
* formatting
* small refactor
* add documentation 
						
					 
					
						2021-01-29 08:51:21 +08:00 
						 
				 
			
				
					
						
							
							
								Matthew Honnibal 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f049df1715 
							
						 
					 
					
						
						
							
							Revert "Set annotations in update" ( #6810 )  
						
						... 
						
						
						
						* Revert "Set annotations in update (#6767 )"
This reverts commit e680efc7cc 
						
					 
					
						2021-01-25 22:18:45 +08:00 
						 
				 
			
				
					
						
							
							
								Sofie Van Landeghem 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e680efc7cc 
							
						 
					 
					
						
						
							
							Set annotations in update ( #6767 )  
						
						... 
						
						
						
						* bump to 3.0.0rc4
* do set_annotations in component update calls
* update docs and remove set_annotations flag
* fix EL test 
						
					 
					
						2021-01-20 11:49:25 +11:00 
						 
				 
			
				
					
						
							
							
								svlandeg 
							
						 
					 
					
						
						
						
						
							
						
						
							0aa8851878 
							
						 
					 
					
						
						
							
							always return losses  
						
						
						
					 
					
						2020-10-14 15:00:49 +02:00 
						 
				 
			
				
					
						
							
							
								svlandeg 
							
						 
					 
					
						
						
						
						
							
						
						
							68d79796c6 
							
						 
					 
					
						
						
							
							add test for vocab after serializing KB  
						
						
						
					 
					
						2020-10-10 20:59:48 +02:00 
						 
				 
			
				
					
						
							
							
								Ines Montani 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfa3931c9d 
							
						 
					 
					
						
						
							
							Revert added_strings change ( #6236 )  
						
						
						
					 
					
						2020-10-10 18:55:07 +02:00 
						 
				 
			
				
					
						
							
							
								Sofie Van Landeghem 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d093d6343b 
							
						 
					 
					
						
						
							
							TrainablePipe ( #6213 )  
						
						... 
						
						
						
						* rename Pipe to TrainablePipe
* split functionality between Pipe and TrainablePipe
* remove unnecessary methods from certain components
* cleanup
* hasattr(component, "pipe") should be sufficient again
* remove serialization and vocab/cfg from Pipe
* unify _ensure_examples and validate_examples
* small fixes
* hasattr checks for self.cfg and self.vocab
* make is_resizable and is_trainable properties
* serialize strings.json instead of vocab
* fix KB IO + tests
* fix typos
* more typos
* _added_strings as a set
* few more tests specifically for _added_strings field
* bump to 3.0.0a36 
						
					 
					
						2020-10-08 21:33:49 +02:00