libchewing icon indicating copy to clipboard operation
libchewing copied to clipboard

feat: expose dictionary block list via C API

Open kanru opened this issue 2 years ago • 0 comments

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

kanru avatar Feb 01 '23 23:02 kanru