Package

org.clulab

swirl2

Permalink

package swirl2

Visibility
  1. Public
  2. All

Type Members

  1. class ArgumentClassifier extends AnyRef

    Permalink

    Identifies the arguments in SR frames User: mihais Date: 7/13/15

  2. class ArgumentFeatureExtractor extends AnyRef

    Permalink

    Creates features for the binary classification of tokens as potential arguments User: mihais Date: 7/14/15

  3. class PredicateClassifier extends AnyRef

    Permalink

    Identifies the predicates in SR frames User: mihais Date: 5/28/15

  4. class PredicateFeatureExtractor extends AnyRef

    Permalink

    Creates features for the classification of predicates User: mihais Date: 5/28/15

  5. class Reader extends AnyRef

    Permalink

    Reads a CoNLL formatted file and converts it to our own representation User: mihais Date: 5/5/15 Last Modified: Update for Scala 2.12: bug #10151 workaround.

  6. class SRL extends AnyRef

    Permalink

    Implements the entire SRL pipeline User: mihais Date: 3/3/16 Last Modified: Fix compiler issue: import scala.io.Source.

  7. class Utils extends AnyRef

    Permalink

    Utilities for the swirl2 project User: mihais Date: 3/20/16

Value Members

  1. object ArgumentClassifier

    Permalink
  2. object ArgumentFeatureExtractor

    Permalink
  3. object BinaryScorer

    Permalink

    Computes F1 score for binary classification User: mihais Date: 7/14/15

  4. object PredicateClassifier

    Permalink
  5. object PredicateFeatureExtractor

    Permalink
  6. object Reader

    Permalink
  7. object SRL

    Permalink
  8. object Utils

    Permalink
  9. object ValidCandidate

    Permalink

    Some analyses of what makes a valid SRL argument User: mihais Date: 9/29/15

Ungrouped