Skip to content

Releases: raynardj/langhuan

Version 0.1.0

01 Sep 05:31
Compare
Choose a tag to compare

Version 0.1.0

We improved on the following features.

  • Text line-break within <pre>
  • Allowed tokenizer settings with huggingface tokenizer, from langhuan.loaders
  • Preset tags before tagging

And we fixed bugs

  • Allow manually set index, before there will be bug on langhuan.options.Options.df

Version 0.0.8, with pytorch dataloader

01 Feb 08:38
Compare
Choose a tag to compare

Version 0.0.8, with pytorch dataloader

Features 🚀

  • Changed format on downloaded data
  • Downloaded NER data can be transformed to a pytorch dataset/ dataloader with a certain HuggingFace tokenizer, see the detailed documentation

Fix 🐛

  • Offset error caused by ◀️ and ▶️

1st stable version

23 Jan 03:45
Compare
Choose a tag to compare

1st Stable Version

  • Support for NERTask, ClassifyTask
  • Setup data from Pandas DataFrame
  • Allow multi-user verification
  • Saving to & loading from history
  • Ordering strategies
    • march forward (default)
    • pincer
    • trident
  • Admin page to monitor progress and download data, manage options
  • Tested frontend on late versions of Chrome, FireFox & Safari