Skip to content

Commit

Permalink
Minor README updates for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkthame committed Nov 6, 2019
1 parent b8a9f2f commit 871306e
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,21 @@ See main.rs for a simple example program.

## Compiled dictionaries

A tool to compile dictionary files (`*.dic`) as used by libhyphen
into mapped_hyph's binary format is not yet included.
The `hyf_compile` tool is used to generate `.hyf` files for mapped_hyph
from standard `.dic` (or `.pat`) files as used by libhyphen, LibreOffice, etc.

(A compiled version of the `hyph_en_US` dictionary from libhyphen is currently
included here, as it is handy for testing purposes.)

## Release Notes

### 0.2.0

* Implemented a hyphenation table compiler in the `builder` submodule,
and `hyf_compile` command-line tool.

* Moved C-callable API functions into an `ffi` submodule.

### 0.1.0

* Initial release.

0 comments on commit 871306e

Please sign in to comment.