class
InMemoryWordNetStore
extends WordNetStore
Instance Constructors
-
new
InMemoryWordNetStore
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
addLink
(relation: Relation, tuple: Map[String, Any]): Unit
-
def
addPartOfSpeechSymbol
(pos: String, patterns: List[PropertyAssignment]): Unit
-
def
addRelation
(relation: Relation): Unit
-
def
addRelationPattern
(relation: Relation, pattern: RelationalPattern): Unit
-
def
addSense
(sense: Sense, assignments: List[PropertyAssignment]): Unit
-
def
addSuccessor
(pred: Any, relation: Relation, succ: Any): Unit
-
def
addSynset
(synsetId: Option[String], senses: List[Sense], assignments: List[PropertyAssignment]): Synset
-
def
addWord
(word: String, patterns: List[PropertyAssignment]): Unit
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
val
collectionDependent
: Map[Relation, Set[String]]
-
val
dependent
: Map[Relation, Set[String]]
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
extend
(dataSet: DataSet, relation: Option[Relation], from: Int, through: String, to: List[String]): DataSet
-
def
fetch
(relation: Relation, from: List[(String, List[Any])], to: List[String]): DataSet
-
def
finalize
(): Unit
-
val
functionalFor
: Map[Relation, Set[String]]
-
val
functionalForActions
: Map[(Relation, String), String]
-
def
getClass
(): java.lang.Class[_]
-
def
getSenses
(synset: Synset): List[Sense]
-
def
getSynset
(sense: Sense): Option[Synset]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
merge
(synsets: List[Synset], senses: List[Sense], assignments: List[PropertyAssignment]): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
relations
: List[Relation]
-
def
removeLink
(relation: Relation, tuple: Map[String, Any], withDependentNodes: Boolean, withCollectionDependentNodes: Boolean): Unit
-
def
removeLinkByNode
(relation: Relation, tuple: Map[String, Any], node: Option[Any], symmetricEdge: Boolean = false, withDependentNodes: Boolean = true, withCollectionDependentNodes: Boolean = true): Unit
-
def
removeMatchingLinks
(relation: Relation, tuple: Map[String, Any]): Unit
-
def
removeMatchingLinksByNode
(relation: Relation, tuple: Map[String, Any], node: Option[Any], withDependentNodes: Boolean, withCollectionDependentNodes: Boolean): Unit
-
def
removePartOfSpeechSymbol
(pos: String): Unit
-
def
removeRelation
(relation: Relation): Unit
-
def
removeSense
(sense: Sense): Unit
-
def
removeSuccessor
(pred: Any, relation: Relation, succ: Any, withDependentNodes: Boolean = false, withCollectionDependentNodes: Boolean = false): Unit
-
def
removeSynset
(synset: Synset): Unit
-
def
removeWord
(word: String): Unit
-
val
requiredBys
: Map[Relation, Set[String]]
-
def
setLinks
(relation: Relation, sourceName: String, sourceValue: Any, tuples: Seq[Map[String, Any]]): Unit
-
def
setPartOfSpeechSymbols
(newPartOfSpeechSymbols: List[String], assignments: List[PropertyAssignment]): Unit
-
def
setRelations
(newRelations: List[Relation], assignments: List[PropertyAssignment]): Unit
-
def
setSenses
(newSenses: List[Sense], assignments: List[PropertyAssignment]): Unit
-
def
setSynsets
(synsets: List[Synset], assignments: List[PropertyAssignment]): Unit
-
def
setWords
(newWords: List[String], assignments: List[PropertyAssignment]): Unit
-
def
split
(synsets: List[Synset], assignments: List[PropertyAssignment]): Unit
-
-
val
symmetryActions
: Map[Relation, String]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
val
transitives
: Map[Relation, Boolean]
-
val
transitivesActions
: Map[Relation, String]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any