com
.
johnsnowlabs
.
nlp
.
annotators
.
ner
crf
package
crf
Visibility
Public
All
Type Members
case class
DictionaryFeatures
(
dict:
Map
[
String
,
String
]
)
extends
Product
with
Serializable
case class
FeatureGenerator
(
dictFeatures:
DictionaryFeatures
)
extends
Product
with
Serializable
Generates features for CrfBasedNer
class
NerCrfApproach
extends
AnnotatorApproach
[
NerCrfModel
] with
NerApproach
[
NerCrfApproach
]
class
NerCrfModel
extends
AnnotatorModel
[
NerCrfModel
]
trait
PretrainedNerCrf
extends
AnyRef
Value Members
object
DictionaryFeatures
extends
Serializable
object
NerCrfApproach
extends
DefaultParamsReadable
[
NerCrfApproach
] with
Serializable
object
NerCrfModel
extends
ParamsAndFeaturesReadable
[
NerCrfModel
] with
PretrainedNerCrf
with
Serializable
Ungrouped