epic
.
parser
EPChartFactory
Related Docs:
object EPChartFactory
|
package parser
case class
EPChartFactory
[
L
,
W
]
(
topology:
RuleTopology
[
L
]
,
lexicon:
Lexicon
[
L
,
W
]
,
epInference:
EPInference
[
TreeInstance
[
L
,
W
],
UnrefinedGrammarAnchoring
[
L
,
W
]]
)
extends
Factory
[
L
,
W
] with
SerializableLogging
with
Product
with
Serializable
TODO
Linear Supertypes
Product
,
Equals
,
SerializableLogging
,
Serializable
,
Serializable
,
Factory
[
L
,
W
],
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
EPChartFactory
Product
Equals
SerializableLogging
Serializable
Serializable
Factory
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
EPChartFactory
(
topology:
RuleTopology
[
L
]
,
lexicon:
Lexicon
[
L
,
W
]
,
epInference:
EPInference
[
TreeInstance
[
L
,
W
],
UnrefinedGrammarAnchoring
[
L
,
W
]]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
(
words:
IndexedSeq
[
W
]
,
initialCore:
ChartConstraints
[
L
]
)
:
ParseMarginal
[
L
,
W
]
Definition Classes
EPChartFactory
→
Factory
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
@throws
(
...
)
val
epInference
:
EPInference
[
TreeInstance
[
L
,
W
],
UnrefinedGrammarAnchoring
[
L
,
W
]]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
Annotations
@HotSpotIntrinsicCandidate
()
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
lexicon
:
Lexicon
[
L
,
W
]
def
logger
:
LazyLogger
Attributes
protected
Definition Classes
SerializableLogging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
Annotations
@HotSpotIntrinsicCandidate
()
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
val
topology
:
RuleTopology
[
L
]
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.lang.Throwable]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
Product
Inherited from
Equals
Inherited from
SerializableLogging
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Factory
[
L
,
W
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped
TODO