API Documentation ================= Basic usage ----------- .. code-block:: python from hfst_optimized_lookup import TransducerFile fst = TransducerFile("path/to/transducer.hfstol") # Now you can .lookup() in the FST to your heart's content! See :py:class:`hfst_optimized_lookup.TransducerFile` for further usage. TransducerFile -------------- .. autoclass:: hfst_optimized_lookup.TransducerFile :members: Analysis -------- .. autoclass:: hfst_optimized_lookup.Analysis :members: