stickeritis / sticker

Succeeded by SyntaxDot: https://github.com/tensordot/syntaxdot
Other
25 stars 2 forks source link
dependency-parsing dilated-convolution finalfusion lstm part-of-speech-tagger rust tensorflow topological-fields transformer

Warning: sticker is succeeded by SyntaxDot, which supports many new features:

sticker

sticker is a sequence labeler using neural networks.

Introduction

sticker is a sequence labeler that uses either recurrent neural networks, transformers, or dilated convolution networks. In principle, it can be used to perform any sequence labeling task, but so far the focus has been on:

Features

Status

sticker is almost production-ready and we are preparing for release 1.0.0. Graphs and models crated with the current version must work with sticker 1.x.y. There may still be breaking API or configuration file changes until 1.0.0 is released.

Where to go from here

References

sticker uses techniques from or was inspired by the following papers:

Issues

You can report bugs and feature requests in the sticker issue tracker.

License

sticker is licensed under the Blue Oak Model License version 1.0.0. The Tensorflow protocol buffer definitions in tf-proto are licensed under the Apache License version 2.0. The list of contributors is also available.

Credits