{"id":16801041,"url":"https://github.com/ids1024/whitakers-words-android","last_synced_at":"2025-04-11T00:31:55.556Z","repository":{"id":81428311,"uuid":"42080236","full_name":"ids1024/whitakers-words-android","owner":"ids1024","description":"Android port of Whitakers Works, morphological analysis tool and dictionary for Latin","archived":false,"fork":false,"pushed_at":"2024-01-27T02:29:42.000Z","size":6846,"stargazers_count":17,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-24T21:14:07.513Z","etag":null,"topics":["android","latin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ids1024.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":"2015-09-08T00:10:10.000Z","updated_at":"2024-07-27T09:54:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"80ba9a2f-683c-419d-9f8f-35a06f7fc26a","html_url":"https://github.com/ids1024/whitakers-words-android","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ids1024%2Fwhitakers-words-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ids1024%2Fwhitakers-words-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ids1024%2Fwhitakers-words-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ids1024%2Fwhitakers-words-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ids1024","download_url":"https://codeload.github.com/ids1024/whitakers-words-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322411,"owners_count":21084334,"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":["android","latin"],"created_at":"2024-10-13T09:35:44.765Z","updated_at":"2025-04-11T00:31:55.510Z","avatar_url":"https://github.com/ids1024.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"Whitaker's Words for Android\n============================\n\n[![Build Status](https://travis-ci.org/ids1024/whitakers-words-android.svg?branch=master)](https://travis-ci.org/ids1024/whitakers-words-android)\n\n[`words`](http://archives.nd.edu/whitaker/words.htm) is a dictionary and morphological analysis tool by Colonel William Whitaker for Latin that accepts words of any form and gives the case/tense/etc. along with a short definition. This app provides a native Android interface that wraps the original command line program.\n\nThis app is on [Google Play](https://play.google.com/store/apps/details?id=com.ids1024.whitakerswords).\n\nLicense\n-------\n\nWhitaker's Ada code is under the license in the [`words.LICENSE`](words.LICENSE) file, while all the code here is under the [MIT license](LICENSE).\n\nCompiling\n---------\n\n### Downloading or building the words executable and data files\n\nBuilding the Ada code is problematic, since Android's NDK only supports C and C++. The `words` directory has scripts for building a copy of GCC with Ada support, targeting Android. Moreover, it has data files that need to be build, and potentially differ by architecture. So the build script here uses `qemu` to generate those.\n\nTo provide such I toolchain, I've built a [docker image](https://hub.docker.com/r/ids1024/ada-android/), which you can download and use, or [build yourself](https://github.com/ids1024/ada-android-docker) (given enough CPU time and disk space). Prebuilt copies of words, automatically built by Travis CI, are available on [Bintray](https://bintray.com/ids1024/whitakers-words-android/master).\n\nTo compile this app, you'll need to obtain a copy of words in one of two ways:\n\nDownload prebuilt words from Bintray:\n\n```bash\n./fetch-words-bintray.sh\n```\n\nOr, download the docker image and build words:\n\n```bash\n./build-words-docker.sh\n```\n\n### Compiling the app\n\nThis uses the standard gradle build system for Android, so any documentation on that will apply, or you can use Android Studio.\n\nFor instance, `./gradlew installDebug` will build the app and install it on your device.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fids1024%2Fwhitakers-words-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fids1024%2Fwhitakers-words-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fids1024%2Fwhitakers-words-android/lists"}