Liking cljdoc? Tell your friends :D

wordnet.core


*stem?*clj

Whether or not to do stemming when looking up words.

Whether or not to do stemming when looking up words.
raw docstring

coarse-lockclj


hypernym-instancesclj

(hypernym-instances synset)

Find synsets of which the specified synset is an instance.

Find synsets of which the specified synset is an instance.
raw docstring

hypernymsclj

(hypernyms synset)

Returns a lazy sequence of hypernyms of the specified synset. If any synset in the sequence has multiple hypernyms, their respective hypernyms will be concatenated, so do not rely on the order of hypernyms being strictly hyponym/hypernym.

Returns a lazy sequence of hypernyms of the specified synset. If
any synset in the sequence has multiple hypernyms, their respective
hypernyms will be concatenated, so do not rely on the order of
hypernyms being strictly hyponym/hypernym.
raw docstring

instancesclj

(instances synset)

Find synsets which describe an instance of the specified synset.

Find synsets which describe an instance of the specified synset.
raw docstring

lexical-relationsclj

(lexical-relations word)

Find all lexically related words of the specified word, returning a map with lexical pointer keywords as keys, and lists of words as values.

Find all lexically related words of the specified word, returning a
map with lexical pointer keywords as keys, and lists of words as
values.
raw docstring

make-dictionaryclj

(make-dictionary wordnet-dir & opt-flags)

Initializes a dictionary implementation that mounts files on disk and has caching, returns a function which takes a lemma and part-of-speech and returns list of matching entries

Initializes a dictionary implementation that mounts files on disk
and has caching, returns a function which takes a lemma and part-of-speech
and returns list of matching entries
raw docstring

pos-synset-translationclj


(related-synsets synset pointer)

Returns a list of synsets related to the specified synset by the provided pointer.

Returns a list of synsets related to the specified synset by the
provided pointer.
raw docstring

(related-words word pointer)

Use a lexical pointer to fetch related words, returning a list of words

Use a lexical pointer to fetch related words, returning a list of words
raw docstring

semantic-relationsclj

(semantic-relations synset)

Find all semantically related synsets, returning a map of pointers to lists of synsets.

Find all semantically related synsets, returning a map of pointers
to lists of synsets.
raw docstring

synonymsclj

(synonyms dict word pos)

synsetclj

(synset word)

Fetch the synset of word.

Fetch the synset of word.
raw docstring

synset?clj

(synset? entry)

Is entry a synset?

Is entry a synset?
raw docstring

traverseclj

(traverse synset & pointers)

Returns a lazy sequence by recursively walking the semantic relations of the specified synset via the specified pointers.

Returns a lazy sequence by recursively walking the semantic
relations of the specified synset via the specified pointers.
raw docstring

word?clj

(word? entry)

Is entry a word?

Is entry a word?
raw docstring

wordsclj

(words synset)

Fetch the words matching the meaning of this synset.

Fetch the words matching the meaning of this synset.
raw docstring

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

× close