Package

org.clulab

utils

Permalink

package utils

Visibility
  1. Public
  2. All

Type Members

  1. class ClassLoaderObjectInputStream extends ObjectInputStream

    Permalink
  2. class CliReader extends LineReader

    Permalink
  3. class ConfigWithDefaults extends Configured

    Permalink
  4. trait Configured extends AnyRef

    Permalink

    Classes that are configured with com.typesafe.config.Config User: mihais Date: 9/10/17 Last Modified: Update for Scala 2.12: java converters.

  5. class DefaultMenuItem extends MenuItem

    Permalink
  6. class DependencyUtilsException extends RuntimeException

    Permalink

    Exception thrown by errors in DependencyUtils

  7. class EvaluationStatistics[A] extends AnyRef

    Permalink
  8. class ExitMenuItem extends MainMenuItem

    Permalink
  9. class HelpMenuItem extends MainMenuItem

    Permalink
  10. class IdeReader extends LineReader

    Permalink
  11. class InputStreamer extends AnyRef

    Permalink
  12. abstract class LineReader extends AnyRef

    Permalink

    Line reader to use in different environments.

    Line reader to use in different environments. The CliReader works on the command line and with sbt and supports history. However, it doesn't work well in the IntelliJ or Eclipse IDEs (as least not with Windows). For those, use the IdeReader. To switch between the two, add a command line argument to get the IdeReader rather than changing the code.

  13. trait Logging extends AnyRef

    Permalink
  14. class MainMenuItem extends MenuItem

    Permalink
  15. class Menu extends AnyRef

    Permalink
  16. class MenuItem extends AnyRef

    Permalink
  17. class RangeOdometer extends Iterator[ArraySeq[Int]]

    Permalink
  18. class ScienceUtils extends AnyRef

    Permalink
  19. class SeqOdometer[T] extends Iterator[ArraySeq[T]]

    Permalink
  20. abstract class Shell extends AnyRef

    Permalink

    An interactive shell to be used to test various NLP components

  21. class Sink extends OutputStreamWriter

    Permalink

Value Members

  1. object Closer

    Permalink
  2. object CoNLLtoSentencePerLine

    Permalink

    Converts the CoNLL format into the one-sentence-per-line required by our LMs This produces the same format as the 1-billion-word-language-modeling-benchmark-r13output dataset

  3. object ConfigWithDefaults

    Permalink
  4. object DependencyUtils

    Permalink

    Utility functions for use with directed (dependency) graphs User: danebell Date: 2/23/15

  5. object EvaluationStatistics

    Permalink

    Created by dfried on 5/22/14

  6. object FileUtils

    Permalink
  7. object Files

    Permalink

    File utilities User: mihais Date: 1/9/14

  8. object InputStreamer

    Permalink
  9. object MathUtils

    Permalink

    Math utility methods useful for stats and ML User: mihais, dfried Date: 4/23/13

  10. object MenuItem

    Permalink
  11. object Profiler

    Permalink

    Simple code profiler User: peter Date: 5/15/13

  12. object ScienceUtils

    Permalink

    Implements several common utilities we need in the science domain

  13. object SeqUtils

    Permalink

    Utility functions for manipulating sequences Created by mihais on 8/28/17.

  14. object Serializer

    Permalink
  15. object Sinker

    Permalink
  16. object Sourcer

    Permalink
  17. object StringUtils

    Permalink

    Converts a command line to properties; and other useful String utils User: mihais Date: 2/12/13 Last Modified: Update for Scala 2.12: java converters.

  18. object ThreadUtils

    Permalink
  19. object ToEnhancedDependencies

    Permalink

    Converts Stanford basic dependencies to collapsed ones This follows the rules from http://universaldependencies.org/u/overview/enhanced-syntax.html (this applies to both Stanford basic deps and universal basic ones) We support: - Collapsing of prepositions to the prep_* (or nmod_*) label - Controlled/raised subjects - Propagating subjects and objects in conjoined verbs - Propagating conjoined subjects and objects to same verb - Pushing subjects/objects inside relative clauses User: mihais Date: 8/1/17

  20. object ToEnhancedSemanticRoles

    Permalink

    Converts CoNLL-style semantic role dependencies into an enahnced format, inspired by enhanced universal dependencies

Ungrouped