About

Metadata

  • Last updated , by ksqsf
  • License MIT
  • Categories Text Processing
  • Maintained by: i@ksqsf.moe

  • Lottery factor: 1

Links

Installation

Readme

opencc-hs

中文版

This library contains both high-level and low-level bindings to OpenCC, Open Chinese Convert.

⚠️ This library is not battle-tested. Please don't hesitate report any problems you find.

Comparison

hopencc is an existing Haskell library that does the same thing, but that library only provides the IO-flavor binding here. hopencc copies the data, while opencc-hs doesn't (taking advantage of the internal representation of bytestrings).