mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Fixing navigating parse tree doc under dependency parse
This commit is contained in:
		
							parent
							
								
									76cee1a1c3
								
							
						
					
					
						commit
						03113d6779
					
				| 
						 | 
				
			
			@ -65,9 +65,9 @@ p
 | 
			
		|||
    - var style = [0, 1, 0, 1, 0]
 | 
			
		||||
    +annotation-row(["Autonomous", "amod", "cars", "NOUN", ""], style)
 | 
			
		||||
    +annotation-row(["cars", "nsubj", "shift", "VERB", "Autonomous"], style)
 | 
			
		||||
    +annotation-row(["shift", "ROOT", "shift", "VERB", "cars, liability"], style)
 | 
			
		||||
    +annotation-row(["shift", "ROOT", "shift", "VERB", "cars, liability, toward"], style)
 | 
			
		||||
    +annotation-row(["insurance", "compound", "liability", "NOUN", ""], style)
 | 
			
		||||
    +annotation-row(["liability", "dobj", "shift", "VERB", "insurance, toward"], style)
 | 
			
		||||
    +annotation-row(["liability", "dobj", "shift", "VERB", "insurance"], style)
 | 
			
		||||
    +annotation-row(["toward", "prep", "liability", "NOUN", "manufacturers"], style)
 | 
			
		||||
    +annotation-row(["manufacturers", "pobj", "toward", "ADP", ""], style)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user