epic
.
parser
.
models
LatentSpanModelFactory
case class
LatentSpanModelFactory
(
inner:
SpanModelFactory
,
substates:
File
=
null
,
splitUselessStates:
Boolean
=
false
,
numStates:
Int
=
2
)
extends
ParserModelFactory
[
AnnotatedLabel
,
String
] with
LazyLogging
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
LazyLogging
,
Logging
,
ParserModelFactory
[
AnnotatedLabel
,
String
],
ParserExtractableModelFactory
[
AnnotatedLabel
,
String
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
LatentSpanModelFactory
Serializable
Serializable
Product
Equals
LazyLogging
Logging
ParserModelFactory
ParserExtractableModelFactory
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
LatentSpanModelFactory
(
inner:
SpanModelFactory
,
substates:
File
=
null
,
splitUselessStates:
Boolean
=
false
,
numStates:
Int
=
2
)
Type Members
type
MyModel
=
SpanModel
[
AnnotatedLabel
, (
AnnotatedLabel
,
Int
),
String
]
Definition Classes
LatentSpanModelFactory
→
ParserModelFactory
→
ParserExtractableModelFactory
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
extractBasicCounts
[
L
,
W
]
(
trees:
IndexedSeq
[
TreeInstance
[
L
,
W
]]
)
: (
Counter2
[
L
,
W
,
Double
],
Counter2
[
L
,
BinaryRule
[
L
],
Double
],
Counter2
[
L
,
UnaryRule
[
L
],
Double
])
Attributes
protected
Definition Classes
ParserExtractableModelFactory
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
inner
:
SpanModelFactory
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
lazy val
logger
:
Logger
Attributes
protected
Definition Classes
LazyLogging → Logging
def
make
(
train:
IndexedSeq
[
TreeInstance
[
AnnotatedLabel
,
String
]]
,
topology:
RuleTopology
[
AnnotatedLabel
]
,
lexicon:
Lexicon
[
AnnotatedLabel
,
String
]
,
constrainer:
Factory
[
AnnotatedLabel
,
String
]
)
:
MyModel
Definition Classes
LatentSpanModelFactory
→
ParserExtractableModelFactory
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
numStates
:
Int
def
readWeights
(
in:
File
)
:
Counter
[
Feature
,
Double
]
Definition Classes
ParserExtractableModelFactory
val
splitUselessStates
:
Boolean
val
substates
:
File
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
LazyLogging
Inherited from
Logging
Inherited from
ParserModelFactory
[
AnnotatedLabel
,
String
]
Inherited from
ParserExtractableModelFactory
[
AnnotatedLabel
,
String
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped