Package

com.johnsnowlabs.nlp

pretrained

Permalink

package pretrained

Visibility
  1. Public
  2. All

Type Members

  1. case class PretrainedPipeline(downloadName: String, lang: String = "en", source: String = ResourceDownloader.publicLoc, parseEmbeddingsVectors: Boolean = false, diskLocation: Option[String] = None) extends Product with Serializable

    Permalink
  2. case class RepositoryMetadata(metadataFile: String, repoFolder: String, version: String, lastMetadataDownloaded: Timestamp, metadata: List[ResourceMetadata]) extends Product with Serializable

    Permalink

    Describes state of repository Repository could be any s3 folder that has metadata.json describing list of resources inside

  3. trait ResourceDownloader extends AnyRef

    Permalink
  4. case class ResourceMetadata(name: String, language: Option[String], libVersion: Option[Version], sparkVersion: Option[Version], readyToUse: Boolean, time: Timestamp, isZipped: Boolean = false, category: Option[ResourceType] = Some(ResourceType.NOT_DEFINED), checksum: String = "") extends Product with Serializable

    Permalink
  5. case class ResourceRequest(name: String, language: Option[String] = None, folder: String = ResourceDownloader.publicLoc, libVersion: Version = ResourceDownloader.libVersion, sparkVersion: Version = ResourceDownloader.sparkVersion) extends Product with Serializable

    Permalink
  6. class S3ResourceDownloader extends ResourceDownloader with AutoCloseable

    Permalink

Value Members

  1. object PretrainedPipeline extends Serializable

    Permalink
  2. object PythonResourceDownloader

    Permalink
  3. object ResourceDownloader

    Permalink
  4. object ResourceMetadata extends Serializable

    Permalink
  5. object ResourceType extends Enumeration

    Permalink

Ungrouped