TextToCoNLLU

class TextToCoNLLU(val proc: Processor, val isCoreNLP: Boolean)

Processes raw text and saves the output in the CoNLL-U format See http://universaldependencies.org/format.html for a description of this format

Companion:
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def annotate(doc: Document): Unit
def convert(inDir: File, outDir: File): Unit
def parseFile(f: File): Document
def toCoNLLU(doc: Document, pw: PrintWriter): Unit

Concrete fields

val isCoreNLP: Boolean
val proc: Processor