~rexgarland/vietnamese-dictionary

Offline, mobile Vietnamese dictionary, downloadable as a PWA
Basic functionality
Simple indexedDb

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~rexgarland/vietnamese-dictionary
read/write
git@git.sr.ht:~rexgarland/vietnamese-dictionary

You can also use your local clone with git send-email.

#Vietnamese Dictionary

goals:

  • mobile PWA
  • offline
  • includes word similarity

E.g. search for "bánh" shows "related" words like "mì".

#Vector store

The vector store needs to support offline querying on a mobile PWA, so there are a couple of concerns:

  1. small enough for mobile device (< 100M)
  2. javascript API