Class CONLLWriter


  • public class CONLLWriter
    extends DependencyWriter
    A writer to create files in CONLL format.

    Created: Sat Nov 10 15:25:10 2001

    Version:
    $Id: CONLLWriter.java 94 2007-01-17 17:05:12Z jasonbaldridge $
    Author:
    Jason Baldridge
    See Also:
    DependencyWriter
    • Constructor Detail

      • CONLLWriter

        public CONLLWriter​(boolean labeled)
    • Method Detail

      • write

        public java.lang.String write​(DependencyInstance instance,
                                      boolean fileAccess)
                               throws java.io.IOException
        Specified by:
        write in class DependencyWriter
        Throws:
        java.io.IOException