Package

org.allenai.scienceparse

pipeline

Permalink

package pipeline

Visibility
  1. Public
  2. All

Type Members

  1. case class AuthorNameMatch(first: String, last: String, full: String) extends Product with Serializable

    Permalink
  2. case class TitleAuthors(title: String, names: Seq[AuthorNameMatch], year: Option[Int] = None) extends Product with Serializable

    Permalink

Value Members

  1. object Bucketizers

    Permalink

    This contains a bunch of helper functions stolen from the pipeline code.

    This contains a bunch of helper functions stolen from the pipeline code. We need it here to anticipate how well the pipeline will work with the output from science-parse.

  2. object Normalizers

    Permalink

    This contains a bunch of helper functions stolen from the pipeline code.

    This contains a bunch of helper functions stolen from the pipeline code. We need it here to anticipate how well the pipeline will work with the output from science-parse.

  3. object SimilarityMeasures

    Permalink

    This contains a bunch of helper functions stolen from the pipeline code.

    This contains a bunch of helper functions stolen from the pipeline code. We need it here to anticipate how well the pipeline will work with the output from science-parse.

  4. object TitleAuthors extends Serializable

    Permalink

Ungrouped