ag91 / wordnet-utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tiny library that gathers synonyms for a word using the amazing Wordnet.

For example:

(wordnet-find-synonyms "systems")

; => ("systems" "system" "scheme" "system of rules" "arrangement" "organization" "organisation")

Currently I use this for better searching my notes (i.e., look at the command wordnet-insert-synoyms-last-word-for-ag).

About


Languages

Language:Emacs Lisp 100.0%