greyblake/whatlang-rs

Create dev module

greyblake opened this issue · 0 comments

Context

In order to do some benchmarks (https://github.com/whatlang/whatlang-accuracy-benchmark) we need some access to API that is not supposed to be public for regular users.

Todo

  • Add dev feature
  • Create dev module that is exposed only when dev feature is on
  • Expose (at least) the following items via dev mod:
    • detect_with_options
    • detect_by_query
    • Method
      Update whatlang-accuracy-benchmark respectively to use dev API
  • Update README and doc regarding dev module (discourage users to use it)