package
model
Type Members
-
case class
Arc
(relation: Relation, from: String, to: String) extends Product with Serializable
-
class
DataSet
extends AnyRef
-
-
class
DataType
extends Ordered[DataType]
-
class
NodeType
extends DataType
-
case class
PropertyAssignment
(pattern: ArcPattern, op: String, values: DataSet) extends Product with Serializable
-
case class
Relation
(name: String, arguments: Map[String, NodeType]) extends Product with Serializable
-
case class
Sense
(wordForm: String, senseNumber: Int, pos: String) extends Product with Serializable
-
class
Symmetry
extends AnyRef
-
case class
Synset
(id: String) extends Product with Serializable
-
class
WordNet
extends AnyRef
-
-
Value Members
-
object
Antisymmetric
extends Symmetry with Product with Serializable
-
object
ArcType
extends DataType with Product with Serializable
-
object
BooleanType
extends NodeType with Product with Serializable
-
object
DataSet
extends AnyRef
-
-
object
DataType
extends AnyRef
-
object
FloatType
extends NodeType with Product with Serializable
-
object
IntegerType
extends NodeType with Product with Serializable
-
object
NodeType
extends AnyRef
-
object
NonSymmetric
extends Symmetry with Product with Serializable
-
object
POSType
extends NodeType with Product with Serializable
-
object
Relation
extends Serializable
-
object
SenseType
extends NodeType with Product with Serializable
-
object
StringType
extends NodeType with Product with Serializable
-
object
Symmetric
extends Symmetry with Product with Serializable
-
object
SynsetType
extends NodeType with Product with Serializable
-
-
object
WQueryOrdering
extends Ordering[Any]
-
object
WordNet
extends AnyRef
-