Metadata-Version: 2.4
Name: hfst-altlab
Version: 0.1
Summary: A python wrapper for accessing Helsinki Finite State Transducers used at ALTLab
Author-email: Felipe Bañados Schwerter <banadoss@ualberta.ca>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/UAlbertaALTLab/hfst-altlab
Project-URL: Issues, https://github.com/UAlbertaALTLab/hfst-altlab/issues
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Software Development :: Build Tools
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hfst
Dynamic: license-file

hfst-altlab
===========

A wrapper on the [hfst][] python package, currently working as a replacement for [hfst-optimized-lookup][], built for [itwêwina][].

This module helps to use both analyser and generator FSTs for multiple linguistic uses and language tools.

[itwêwina]: https://itwewina.altlab.app
[hfst-optimized-lookup]: https://github.com/UAlbertaALTLab/hfst-optimized-lookup
[hfst]: https://pypi.org/project/hfst/

Languages currently supported:
  - Python

[hfst] is a great toolkit with all sorts of functionality, and is
indispensable for building FSTs, but for various applications that only
want to do unweighted hfstol lookups, this package may be easier to use.

[hfst]: https://github.com/hfst/hfst

[morphodict]: https://github.com/UAlbertaALTLab/morphodict
