All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.clulab.assembly.representations.Entity.scala Maven / Gradle / Ivy

The newest version!
package org.clulab.assembly.representations

/**
 * Trait for entity representations of a Mention.
 */
trait Entity extends EntityEventRepresentation {
  /**
   * Intended to provide a high-level summary of the [[Entity]]
   * @return a String summary of the [[Entity]]
   */
  def summarize: String

  override val eerString = "assembly.Entity"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy