Skip to content

Commit ef181da

Browse files
committed
docu
1 parent 1fc50be commit ef181da

File tree

6 files changed

+198
-254
lines changed

6 files changed

+198
-254
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This file lists noteworthy changes between releases, for full list of changes,
44
see git log and then `ChangeLog.old`.
55

6+
## Significant changes in 0.9.11
7+
8+
* New words from open sources: 7000 new lexemes
9+
* minor fixes
10+
* huge thanks to **Patreons** and **Github Sponsors** for their support
11+
612
## Significant changes in 0.9.10
713

814
* new words from wiktionaries and open name databases: 77,000 new lexemes,

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([omorfi],[0.9.10],[https://github.com/flammie/omorfi/issues],[https://github.com/flammie/omorfi/])
5+
AC_INIT([omorfi],[0.9.11],[https://github.com/flammie/omorfi/issues],[https://github.com/flammie/omorfi/])
66
LT_PREREQ([2.2.6])
77
AC_CONFIG_AUX_DIR([config-aux])
88
AM_INIT_AUTOMAKE([1.12 -Wall -Wno-portability -Werror foreign dist-xz color-tests subdir-objects])
@@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR([src/cpp/omorfi.cc])
1111
AC_CONFIG_HEADERS([config.h])
1212

1313
PACKAGE=omorfi
14-
VERSION=0.9.10
14+
VERSION=0.9.11
1515

1616
# Options
1717
AC_ARG_WITH([hfst],

docs/NEWS.markdown

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@
33
This file lists noteworthy changes between releases, for full list of changes,
44
see git log and then `ChangeLog.old`.
55

6+
## Significant changes in 0.9.11
7+
8+
* New words from open sources: 7000 new lexemes
9+
* minor fixes
10+
* huge thanks to **Patreons** and **Github Sponsors** for their support
11+
612
## Significant changes in 0.9.10
713

814
* new words from wiktionaries and open name databases: 77,000 new lexemes,
915
mostly proper nouns from the two government's open access name databases:
1016
* all first names and surnames used in Finland from dvv.fi name registry
1117
* all place names from the GML data by maanmittauslaitos
18+
* get details from [statistics
19+
page](https://flammie.github.io/omorfi/statistics.html)
1220
* minor fixes to tags and formats, disambiguation and words:
1321
* apertium format has more subcategories
1422
* more words from wiktionaries have better paradigms (mainly consonant-final
@@ -18,7 +26,10 @@ see git log and then `ChangeLog.old`.
1826
* test results show same compatibility as always, except:
1927
* FTB-3.1 is down to 88 % from 90 % and
2028
* UD vs. Finnish DTD is down to 92 % from 94 %
21-
* big thanks to **Patreons** and **Github Sponsors** for continued support
29+
* python stuff should only use hfst package and not (legacy?) libhfst
30+
* newest hfst-python should again be installable from pip and other
31+
packaging sources
32+
* big thanks to **Patreons** and **Github Sponsors** for contiinued support
2233

2334
## Significant changes in 0.9.9
2435

docs/README.markdown

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,11 @@ Omorfi source packages can be downloaded from github:
3333
or the most current version using git. For more information, see
3434
[Release policy](https://flammie.github.io/omorfi/releases.html)
3535

36-
For quick installation under restricted environments, see Python or Docker
37-
instructions below.
38-
3936
## Dependencies
4037

4138
* **hfst-3.15** or greater,
4239
* **python-3.5** or greater,
43-
* **libhfst-python**,
40+
* **hfst-python**,
4441
* **C++** compiler and **libtool**
4542
* GNU **autoconf-2.64**, **automake-1.12**; compatible **pkg-config**
4643
implementation
@@ -93,20 +90,23 @@ syntactic analysis and disambiguation using VISL CG 3.
9390
pip install omorfi
9491
```
9592

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/)
9794

9895
```
9996
conda install -c flammie omorfi
10097
```
10198

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+
102102
### Docker
103103

104104
It is possible to use omorfi with a ready-made docker container, there is a
105105
Dockerfile in `src/docker/Dockerfile` for that.
106106

107107
```
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
110110
```
111111

112112
## Usage
@@ -155,7 +155,7 @@ Update HFST.
155155

156156
In order for python scripts to work you need to install them to same prefix as
157157
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/`
159159

160160
### Processing text gets stuck / takes long
161161

@@ -177,8 +177,9 @@ participate, read further information in
177177
* Issues and problems may be filed in [our github issue
178178
tracker](https://github.com/flammie/omorfi/issues), including support
179179
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
182183
* [omorfi-devel mailing
183184
list](https://groups.google.com/forum/#!forum/omorfi-devel) is good for longer
184185
more involved discussions

0 commit comments

Comments
 (0)