Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Sep 12, 2024
1 parent 9b22d08 commit 9b40e64
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

This is a project to make a library of free interactive texts for learners of classical/literary Chinese.

# features

Texts are shown with an interactive English translation. **Click on any character** to see its English translations in a pop-up dictionary, with its **meaning in the current context** highlighted explicitly, to make texts easy to understand.

![popup dictionary and interactive word highlighting](docs/popup_dictionary_and_word_highlighting.png)

Words and set expressions **consisting of multiple characters** are glossed as well.

![alt text](docs/multi_character_word_gloss.png)

This all works through a **domain-specific language** for glossing Chinese texts. It is inspired by the conventions of [*kanbun kundoku*](https://en.wikipedia.org/wiki/Kanbun), a traditional Japanese technique for translating and glossing classical/literary Chinese texts.

![demonstrating the gloss-editing UI](docs/editing_source.png)

A variety of pronunciation schemes are available to choose from, so as to make Hanlib a valuable resource for people throughout the [Sinosphere](https://en.wikipedia.org/wiki/Sinosphere) and beyond.

# current focus

The current focus is to transcribe + format the content of the 1927 textbook _Introduction to Literary Chinese_ by J. Brandt. This book is in the public domain in the US. You can access a digitized copy from a US IP address here:
Expand Down
Binary file added docs/editing_source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/multi_character_word_gloss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/popup_dictionary_and_word_highlighting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b40e64

Please sign in to comment.