Packages

object KeyPhraseExtractorV2 extends ComplexParamsReadable[KeyPhraseExtractorV2] with Serializable

Annotations
@deprecated
Deprecated

(Since version v0.10.1) Please use com.microsoft.azure.synapse.ml.cognitive.KeyPhraseExtractor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KeyPhraseExtractorV2
  2. Serializable
  3. Serializable
  4. ComplexParamsReadable
  5. MLReadable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def load(path: String): KeyPhraseExtractorV2
    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  2. def read: MLReader[KeyPhraseExtractorV2]
    Definition Classes
    ComplexParamsReadable → MLReadable