org.clulab.processors

Type members

Classlikes

object ProcessorJsonShell extends App
Companion:
class
class ProcessorShell extends Shell

A simple interactive shell User: mihais Date: 3/13/14 Last Modified: Fix compiler warning: remove redundant match case clause.

A simple interactive shell User: mihais Date: 3/13/14 Last Modified: Fix compiler warning: remove redundant match case clause.

Companion:
object
object ProcessorShell extends App
Companion:
class
class PromptedReloadableProcessor(val prompt: String, constructor: () => Processor, impatient: Boolean) extends ReloadableProcessor
class TextFileFilter extends FileFilter
class TextLabelFileFilter extends FileFilter
class TextLabelToCoNLLU(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

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
Companion:
class
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

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
Companion:
class