Package

com.johnsnowlabs.nlp.annotators.parser

typdep

Permalink

package typdep

Visibility
  1. Public
  2. All

Type Members

  1. class ConllData extends AnyRef

    Permalink
  2. class DependencyArcList extends AnyRef

    Permalink
  3. class DependencyInstance extends Serializable

    Permalink
  4. class DependencyPipe extends Serializable

    Permalink
  5. class LocalFeatureData extends AnyRef

    Permalink
  6. class LowRankTensor extends AnyRef

    Permalink
  7. class Options extends Serializable

    Permalink
  8. class Parameters extends Serializable

    Permalink
  9. class PredictionParameters extends AnyRef

    Permalink
  10. trait ReadablePretrainedTypedDependency extends ParamsAndFeaturesReadable[TypedDependencyParserModel] with HasPretrained[TypedDependencyParserModel]

    Permalink
  11. class TrainDependencies extends Serializable

    Permalink
  12. case class TrainFile(path: String, conllFormat: String) extends Product with Serializable

    Permalink
  13. class TypedDependencyParser extends Serializable

    Permalink
  14. class TypedDependencyParserApproach extends AnnotatorApproach[TypedDependencyParserModel]

    Permalink

    Labeled parser that finds a grammatical relation between two words in a sentence.

    Labeled parser that finds a grammatical relation between two words in a sentence. Its input is a CoNLL2009 or ConllU dataset.

    See for further reference on this API.

  15. class TypedDependencyParserModel extends AnnotatorModel[TypedDependencyParserModel]

    Permalink

    Labeled parser that finds a grammatical relation between two words in a sentence.

    Labeled parser that finds a grammatical relation between two words in a sentence. Its input is a CoNLL2009 or ConllU dataset.

    See for further reference on this API.

Value Members

  1. object TypedDependencyParserApproach extends DefaultParamsReadable[TypedDependencyParserApproach] with Serializable

    Permalink
  2. object TypedDependencyParserModel extends ReadablePretrainedTypedDependency with Serializable

    Permalink
  3. package feature

    Permalink
  4. package io

    Permalink
  5. package util

    Permalink

Ungrouped