Package

org.clulab.wm.eidos

groundings

Permalink

package groundings

Visibility
  1. Public
  2. All

Type Members

  1. case class Alignments(conceptMatches: Seq[ConceptMatch]) extends Product with Serializable

    Permalink
  2. case class ConceptEmbedding(namer: Namer, embedding: Array[Float], negEmbeddingOpt: Option[Array[Float]] = None) extends Serializable with Product

    Permalink
    Annotations
    @SerialVersionUID()
  3. case class ConceptExamples(namer: Namer, examples: Option[Array[String]]) extends Serializable with Product

    Permalink
    Annotations
    @SerialVersionUID()
  4. case class ConceptIndicators(concept: String, indicators: Alignments) extends Product with Serializable

    Permalink
  5. case class ConceptMatch(concept: String, score: Float) extends Product with Serializable

    Permalink
  6. case class ConceptPatterns(namer: Namer, patterns: Option[Array[Regex]]) extends Serializable with Product

    Permalink
    Annotations
    @SerialVersionUID()
  7. trait EidosWordToVec extends AnyRef

    Permalink
  8. class FakeWordToVec extends EidosWordToVec

    Permalink
  9. trait IndividualGrounding extends AnyRef

    Permalink
  10. trait OntologyGrounder extends AnyRef

    Permalink
  11. case class OntologyGrounding(versionOpt: Option[String], dateOpt: Option[ZonedDateTime], individualGroundings: IndividualGroundings = Seq.empty, branchOpt: Option[String] = None) extends Product with Serializable

    Permalink
  12. class OntologyHandler extends AnyRef

    Permalink
  13. case class OntologyNodeGrounding(namer: Namer, score: Float, negScoreOpt: Option[Float] = None) extends IndividualGrounding with Product with Serializable

    Permalink
  14. case class PredicateGrounding(predicateTuple: PredicateTuple) extends IndividualGrounding with Product with Serializable

    Permalink
  15. class RealWordToVec extends EidosWordToVec

    Permalink

Value Members

  1. object Alignments extends Serializable

    Permalink
  2. object ConceptIndicators extends Serializable

    Permalink
  3. object ConceptMatch extends Serializable

    Permalink
  4. object DomainHandler extends Logging

    Permalink
  5. object EidosWordToVec extends Logging

    Permalink
  6. object MaaSHandler

    Permalink
  7. object OntologyAliases

    Permalink
  8. object OntologyHandler extends Logging

    Permalink
  9. object OntologyMapper extends EidosConfigured

    Permalink
  10. object OntologyNodeGrounding extends Serializable

    Permalink
  11. package grounders

    Permalink

Ungrouped