Whether or not to do stemming when looking up words.
Whether or not to do stemming when looking up words.
(hypernym-instances synset)
Find synsets of which the specified synset is an instance.
Find synsets of which the specified synset is an instance.
(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.
(instances synset)
Find synsets which describe an instance of the specified synset.
Find synsets which describe an instance of the specified synset.
(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.
(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
(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.
(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
(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.
(synonyms dict word pos)
(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.
(words synset)
Fetch the words matching the meaning of this synset.
Fetch the words matching the meaning of this synset.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close