libchewing
libchewing copied to clipboard
feat: expose dictionary block list via C API
In the new dictionary module I added a block list feature to remove unused / unwanted phrases
Think a way to expose it to the C library. A couple options
- Store in the user phrase db
- Store in a separate static file
- Only provide runtime API and ask IM framework to implement config storage