Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/porglezomp/apple-jbo-dictionary
Generate an English/Lojban dictionary for the macOS Dictionary.app based on wordlists.
https://github.com/porglezomp/apple-jbo-dictionary
dictionary jbo lojban
Last synced: 12 days ago
JSON representation
Generate an English/Lojban dictionary for the macOS Dictionary.app based on wordlists.
- Host: GitHub
- URL: https://github.com/porglezomp/apple-jbo-dictionary
- Owner: porglezomp
- Created: 2017-06-11T00:25:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T05:04:50.000Z (over 7 years ago)
- Last Synced: 2024-10-11T03:18:09.984Z (about 1 month ago)
- Topics: dictionary, jbo, lojban
- Language: Python
- Size: 2.06 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lojban for Dictionary.app
This is a program to generate a Lojban/English dictionary for the macOS Dictionary.app based on the lojban.org official word lists.
![Screenshot of the dictionary](media/screenshot.png)
# Setup
To build the dictionary, you need to get the Dictionary Development Kit.
You can find it at https://developer.apple.com/download/more/, under the name "Auxiliary Tools for Xcode 7."
Then you should set the `DICT_BUILD_TOOL_DIR` variable in the makefile to the location where you installed it.# Building and Re-Building
In order to build the content of the dictionary, use
```
make all
```To copy the dictionary into the proper location, use
```
make install
```The dictionary will not reload if Dictionary.app is still open, so close it before running make install.
My preferred workflow is to run```
make all && make install && open /Applications/Dictionary.app
```and then close Dictionary.app while the dictionary compile is running.