{"id":17220109,"url":"https://github.com/leonardiwagner/wiktionary","last_synced_at":"2025-04-13T23:46:07.621Z","repository":{"id":73697445,"uuid":"169249226","full_name":"leonardiwagner/wiktionary","owner":"leonardiwagner","description":"get word definitions from wikitionary","archived":false,"fork":false,"pushed_at":"2019-05-14T14:23:43.000Z","size":60,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T13:51:21.606Z","etag":null,"topics":["clojure","dictionary","grammar","languages"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leonardiwagner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-05T13:54:57.000Z","updated_at":"2022-04-10T14:39:42.000Z","dependencies_parsed_at":"2023-09-20T22:15:34.915Z","dependency_job_id":null,"html_url":"https://github.com/leonardiwagner/wiktionary","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonardiwagner%2Fwiktionary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonardiwagner%2Fwiktionary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonardiwagner%2Fwiktionary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leonardiwagner%2Fwiktionary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leonardiwagner","download_url":"https://codeload.github.com/leonardiwagner/wiktionary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799693,"owners_count":21163398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","dictionary","grammar","languages"],"created_at":"2024-10-15T03:51:34.360Z","updated_at":"2025-04-13T23:46:07.229Z","avatar_url":"https://github.com/leonardiwagner.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wiktionary\nget word definitions from wikitionary.org\n\n[![Build Status](https://travis-ci.org/leonardiwagner/wiktionary.svg?branch=master)](https://travis-ci.org/leonardiwagner/wiktionary)\n[![Dependencies Status](https://versions.deps.co/leonardiwagner/wiktionary/status.svg)](https://versions.deps.co/leonardiwagner/wiktionary)\n[![Clojars Project](https://img.shields.io/clojars/v/wiktionary.svg)](https://clojars.org/wiktionary)\n\n## How to use\n- Add this library on :dependencies in your project.clj file:\n  ```clojure\n  [wiktionary \"0.0.3-SNAPSHOT\"]\n  ```\n\n- Require the library:\n  ```clojure\n  (:require [wiktionary.core :as wiktionary])\n  ```\n## Documentation\n- **get-definitions**\n\u003cbr\u003e`(get-definitions word)`\n\u003cbr\u003e`(get-definitions word language)`\n\n  Search for definitions for provided `word`. \u003cbr\u003eIf `language` is not provided `\"english\"` will be the default value.\n  \u003cbr\u003eThe return is a list of definitions.\n\n  Example:\n  ```clojure\n  (wiktionary/get-definitions \"stop\" \"english\")\n  ;[\"verb\" \"noun\" \"adverb\" \"noun\" \"adjective\"]\n  ```\n\n  The possible return values are: `[\"pronoun\", \"verb\", \"noun\", \"adjective\", \"adverb\", \"conjunction\", \"preposition\", \"interjection\", \"letter\", \"numeral\", \"article\", \"particle\", \"mutation\", \"determiner\", \"participle\", \"circumposition\"]`\n\n## Contributing\nFeel free to contribute 🤗, just create an issue before submiting a PR.\n\n## License\n\n[Apache 2.0][apache-license]\n\n[apache-license]:./LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardiwagner%2Fwiktionary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleonardiwagner%2Fwiktionary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleonardiwagner%2Fwiktionary/lists"}