Liking cljdoc? Tell your friends :D

tawny.memorise

Save IRI to Clojure identifier mappers between invocations

Save IRI to Clojure identifier mappers between invocations
raw docstring

fetch-old-and-current-entitiesclj

(fetch-old-and-current-entities)

Fetch all entity mappings. This returns a map

Fetch all entity mappings. This returns a map 
raw docstring

fetch-remembered-entitiesclj

(fetch-remembered-entities)

Fetch the remembered entities. This returns a map between an IRI (as a string) and a set of string labels.

Fetch the remembered entities. This returns a map between an IRI (as a
string) and a set of string labels.
raw docstring

generate-obsolete-mappingclj

(generate-obsolete-mapping old-mappings mapping)

Takes a list of old labels for an OWLEntity, and the var containing that OWLEntity. For each old label, the old label is interned, with a closure that returns the OWLEntity, while printing a warning message.

Takes a list of old labels for an OWLEntity, and the var containing that
OWLEntity. For each old label, the old label is interned, with a closure that
returns the OWLEntity, while printing a warning message.
raw docstring

memoriseclj

(memorise file)

Save current memorise information in file.

Save current memorise information in file.
raw docstring

memorise-mapclj

(memorise-map)
(memorise-map namespace)

Returns a map of entities to remember.

This function returns a map from the IRI to the var object(s) which hold it

Returns a map of entities to remember.

This function returns a map from the IRI to the var object(s) which hold it
raw docstring

rememberclj

(remember file)

Restore the current memorise information from file. This loads the memorise information, stores this with the ontology. A message is printed when obsolete terms are found

Restore the current memorise information from file.
This loads the memorise information, stores this with the ontology. A message
is printed when obsolete terms are found
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close