Questions tagged [pynini]

pynini is a Python wrapper over OpenFST finite-state machines framework suitable for finite-state grammar development.

3 questions
4
votes
1 answer

How can I install and use Pynini on Windows 10?

OpenGrm Pynini is a open-source finite-state transducer python library developed by K.Gorman and available here for download: http://www.openfst.org/twiki/bin/view/GRM/Pynini I would like to be able to develop on my Windows 10 laptop with …
miginside
  • 406
  • 4
  • 10
0
votes
2 answers

Keep getting ModuleNotFoundError: No module named 'pynini' in Pycharm and Spyder

I recently installed pynini using "conda install -c conda-forge pynini". It seems to have been installed since I checked with conda list and it was there. However, when I tried it out through PyCharm or Spyder (both with Python Interpreter to be…
0
votes
1 answer

Issues installing pynini

I'm having issues installing Pynini for python. I tried doing it with using pip. From the command line it seems to work, but once I start testing functions, there is nothing, basically. I tried downloading the tar.gz in…
mik
  • 356
  • 1
  • 9
  • 24