@@ -33,14 +33,11 @@ Omorfi source packages can be downloaded from github:
33
33
or the most current version using git. For more information, see
34
34
[ Release policy] ( https://flammie.github.io/omorfi/releases.html )
35
35
36
- For quick installation under restricted environments, see Python or Docker
37
- instructions below.
38
-
39
36
## Dependencies
40
37
41
38
* ** hfst-3.15** or greater,
42
39
* ** python-3.5** or greater,
43
- * ** libhfst -python** ,
40
+ * ** hfst -python** ,
44
41
* ** C++** compiler and ** libtool**
45
42
* GNU ** autoconf-2.64** , ** automake-1.12** ; compatible ** pkg-config**
46
43
implementation
@@ -93,20 +90,23 @@ syntactic analysis and disambiguation using VISL CG 3.
93
90
pip install omorfi
94
91
```
95
92
96
- ![ Anaconda] ( https://anaconda.org/flammie/omorfi/badges/installer/conda.svg )
93
+ [ ![ Anaconda] ( https://anaconda.org/flammie/omorfi/badges/installer/conda.svg )] ( https://anaconda.org/flammie/omorfi/ )
97
94
98
95
```
99
96
conda install -c flammie omorfi
100
97
```
101
98
99
+ ** NB: since conda does not have new version of hfst buildable with recent
100
+ pythons or something, only older versions are available on conda.**
101
+
102
102
### Docker
103
103
104
104
It is possible to use omorfi with a ready-made docker container, there is a
105
105
Dockerfile in ` src/docker/Dockerfile ` for that.
106
106
107
107
```
108
- docker build -t omorfi Dockerfile
109
- docker run -it omorfi bash
108
+ docker build -t " omorfi: Dockerfile" .
109
+ docker run -it " omorfi:Dockerfile" bash
110
110
```
111
111
112
112
## Usage
@@ -155,7 +155,7 @@ Update HFST.
155
155
156
156
In order for python scripts to work you need to install them to same prefix as
157
157
python, or define PYTHONPATH, e.g. `export
158
- PYTHONPATH=/usr/local/lib/python3.4 /site-packages/`
158
+ PYTHONPATH=/usr/local/lib/python3.11 /site-packages/`
159
159
160
160
### Processing text gets stuck / takes long
161
161
@@ -177,8 +177,9 @@ participate, read further information in
177
177
* Issues and problems may be filed in [ our github issue
178
178
tracker] ( https://github.com/flammie/omorfi/issues ) , including support
179
179
questions
180
- * [ IRC channel #omorfi on OFTC] ( irc://OFTC/#omorfi ) is particularly good
181
- for live chat for support questions, suggestions and discussions
180
+ * [ Matrix channel omorfi] ( https://matrix.to/#/#omorfi:matrix.org ) is
181
+ particularly good for live chat for support questions, suggestions and
182
+ discussions
182
183
* [ omorfi-devel mailing
183
184
list] ( https://groups.google.com/forum/#!forum/omorfi-devel ) is good for longer
184
185
more involved discussions
0 commit comments