Uses of Interface
com.googlecode.whatswrong.NLPCanvasRenderer

Packages that use NLPCanvasRenderer
com.googlecode.whatswrong The whatswrong package is the top-level package of What's Wrong With My NLP. 
 

Uses of NLPCanvasRenderer in com.googlecode.whatswrong
 

Classes in com.googlecode.whatswrong that implement NLPCanvasRenderer
 class AlignmentRenderer
          A SingleSentenceRenderer renders an NLPInstance as a single sentence with spans drawn below the tokens, and dependencies above the tokens.
 class SingleSentenceRenderer
          A SingleSentenceRenderer renders an NLPInstance as a single sentence with spans drawn below the tokens, and dependencies above the tokens.
 

Methods in com.googlecode.whatswrong that return NLPCanvasRenderer
 NLPCanvasRenderer NLPCanvas.getRenderer()
          Return the renderer that draws the NLPInstance onto this canvas.
 



Copyright © 2010. All Rights Reserved.