Skip to content

Releases: erfangc/TextTagger

v0.0.3 Release Notes

29 Mar 13:06
Compare
Choose a tag to compare

New Feature

  • Ability to tag multiple entities (callback fired on each tag creation event)
  • Modify or delete existing tags
  • Pre-tag items using OpenNLP Named Entity Recognition convention ex: <START:entity_type>...<END>

Improvements

27 Mar 17:59
Compare
Choose a tag to compare

Various Improvements

First Release

27 Mar 15:24
Compare
Choose a tag to compare

Basic Functionality

Accepts the following options

  • text : The raw content / text to be tagged
  • tagTypes : An array of possible tags a user can choose from
  • callback : Callback function for when a user completes tagging some text