paper-with-me

Papers

MFST: A Python OpenFST Wrapper With Support for Custom Semirings and Jupyter Notebooks

2020-12-07 · Matthew Francis-Landau

This paper introduces mFST, a new Python library for working with Finite-State Machines based on OpenFST. mFST is a thin wrapper for OpenFST and exposes all of OpenFST's methods for manipulating FSTs. Additionally, mFST is the only Python wrapper for OpenFST that exposes OpenFST's ability to define a custom semirings. This makes mFST ideal for developing models that involve learning the weights on a FST or creating neuralized FSTs. mFST has been designed to be easy to get started with and has been previously used in homework assignments for a NLP class as well in projects for integrating FSTs and neural networks. In this paper, we exhibit mFST API and how to use mFST to build a simple neuralized FST with PyTorch.

📄 PDF Abstract BibTeX arXiv:2012.03437

Code (1)

matthewfl/openfst-wrapper 공식 구현

Similar Papers 제목 키워드 기반

Tutorial: $\varphi$-Transductions in OpenFst via the Gallic Semiring

2025-06-22 · Marco Cognetta, Cyril Allauzen

OpenFst, a popular finite-state transducer library, supports $\varphi$-transitions but, due to an implementation constraint, they cannot be used with transducers in a straightforward way. In this short tutorial, we descr…

ProbNum: Probabilistic Numerics in Python

2021-12-03 · Jonathan Wenger, Nicholas Krämer, Marvin Pförtner, Jonathan Schmidt 외

Probabilistic numerical methods (PNMs) solve numerical problems via probabilistic inference. They have been developed for linear algebra, optimization, integration and differential equation simulation. PNMs naturally inc…

pyscreener: A Python Wrapper for Computational Docking Software

2021-12-17 · David E. Graff, Connor W. Coley

pyscreener is a Python library that seeks to alleviate the challenges of large-scale structure-based design using computational docking. It provides a simple and uniform interface that is agnostic to the backend docking …

PyBatchRender: A Python Library for Batched 3D Rendering at Up to One Million FPS

2026-01-03 · Evgenii Rudakov, Jonathan Shock, Benjamin Ultan Cowley arxiv

Reinforcement learning from pixels is often bottlenecked by the performance and complexity of 3D rendered environments. Researchers face a trade-off between high-speed, low-level engines and slower, more accessible Pytho…

Reinforcement Learning

MFST: Multi-Features Siamese Tracker

2021-03-01 · Zhenxi Li, Guillaume-Alexandre Bilodeau, Wassim Bouachir

Siamese trackers have recently achieved interesting results due to their balance between accuracy and speed. This success is mainly due to the fact that deep similarity networks were specifically designed to address the …