From 3a93d29542ff89d3cc6ac0fc76dacb6922df0261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20H=C3=A4m=C3=A4l=C3=A4inen?= Date: Sat, 1 Apr 2023 18:17:11 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 7430599..464df62 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,9 @@ The library can be installed from [PyPi](https://pypi.python.org/pypi/uralicNLP/ If you want to use the Constraint Grammar features (*from uralicNLP.cg3 import Cg3*), you will also need to [install VISL CG-3](https://mikalikes.men/how-to-install-visl-cg3-on-mac-windows-and-linux/). -If you are using Linux and you run into problems with installing HFST, you can find some help on [a blog post on installing hfst](https://mikalikes.men/using-hfst-on-python/) - -On Windows, HFST depends on [32 bit Microsoft Visual C++ Redistributable 2017](https://go.microsoft.com/fwlink/?LinkId=746571). Although, I would recommend using [Windows subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10). - Arabic and English FSTs require [Foma](https://fomafst.github.io/). -**🆕 Neural models!** Check out the wiki to learn [how to use neural models](https://github.com/mikahama/uralicNLP/wiki/Neural-morphology). +**🆕 [Pyhfst](https://github.com/Rootroo-ltd/pyhfst)** UralicNLP uses a pure Python implementation of HFST! ## Usage From 0e9a8bf3b319d2955b4af16473f7d3deb6057821 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20H=C3=A4m=C3=A4l=C3=A4inen?= Date: Sat, 1 Apr 2023 18:18:01 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 464df62..24f0f6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

UralicNLP

Natural language processing for many languages

-[![Build Status](https://travis-ci.com/mikahama/uralicNLP.svg?branch=master)](https://travis-ci.com/mikahama/uralicNLP) [![Updates](https://pyup.io/repos/github/mikahama/uralicNLP/shield.svg)](https://pyup.io/repos/github/mikahama/uralicNLP/) [![Downloads](https://pepy.tech/badge/uralicnlp)](https://pepy.tech/project/uralicnlp) [![DOI](https://joss.theoj.org/papers/10.21105/joss.01345/status.svg)](https://doi.org/10.21105/joss.01345) +[![Updates](https://pyup.io/repos/github/mikahama/uralicNLP/shield.svg)](https://pyup.io/repos/github/mikahama/uralicNLP/) [![Downloads](https://pepy.tech/badge/uralicnlp)](https://pepy.tech/project/uralicnlp) [![DOI](https://joss.theoj.org/papers/10.21105/joss.01345/status.svg)](https://doi.org/10.21105/joss.01345) ![CC BY NC ND](https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png)