Skip to content

Commit

Permalink
Rename CHANGES to CHANGES.md, use formatting in them.
Browse files Browse the repository at this point in the history
  • Loading branch information
foxik committed Nov 15, 2023
1 parent f331c25 commit 73dac31
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions CHANGES → CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Version 1.10.1 [29 Jun 20]
- Document statistical guesser training using train_guesser binary.
- Improve the GRU tokenizer.
- Do not generate empty lemmas in guesser.
- Add explicit GUESSER_UNSPECIFIED guesser mode already used by tagger.
- Add explicit `GUESSER_UNSPECIFIED` guesser mode already used by tagger.
- Fix unaligned pointer access and other UndefinedBehaviourSanitizer findings.
- Fix bug in tag_filter incorrectly matching negates sets of 2+ characters.
- Add several REST server options.
Expand All @@ -46,15 +46,15 @@ Version 1.10.1 [29 Jun 20]

Version 1.9.2 [22 Sep 16]
-------------------------
- Fix regression in morpho::generate caused in 1.9.1.
- Add check in encode_dictionary that no lemma is repeated.
- Fix regression in `morpho::generate` caused in 1.9.1.
- Add check in `encode_dictionary` that no lemma is repeated.


Version 1.9.1 [20 Sep 16]
-------------------------
- Allow loading larger dictionaries by increasing the internal
limit of size of search structures created during loading.
- Export string_piece using correct namespace in src_lib_only/morphodita.h.
- Export `string_piece` using correct namespace in `src_lib_only/morphodita.h`.


Version 1.9.0-prerelease [15 May 16]
Expand All @@ -67,8 +67,8 @@ Version 1.9.0-prerelease [15 May 16]
- Use C++ iostreams instead of C stdio.
- Start using Semantic Versioning http://semver.org/.
- Add REST server using MicroRestD http://github.com/ufal/microrestd.
- Add tagger::tag_analyzed method.
- Add derivator and derivation_formatter classes.
- Add `tagger::tag_analyzed` method.
- Add `derivator` and `derivation_formatter` classes.


Version 1.3.0 [29 Aug 14]
Expand All @@ -77,22 +77,22 @@ Version 1.3.0 [29 Aug 14]
- Use UniLib instead of MorphoDiTa specific utf8 class.
- Update Unicode in tokenizer from 6.3.0 to 7.0.0.
- Fix English tokenizer bug #1.
- Use PyTypeObject in Python bindings instead of proxy classes.
- Use `PyTypeObject` in Python bindings instead of proxy classes.


Version 1.2.0 [22 Apr 14]
-------------------------
- Add strip_lemma_comment and strip_lemma_id tag set converters.
- Add `strip_lemma_comment` and `strip_lemma_id` tag set converters.


Version 1.1.0 [09 Apr 14]
-------------------------
- Allow English negative prefix rules to overlap, allowing
to use also "non-" as negative prefix in additon to "non".
- Allow passing tagger model instead of morphological model
to run_morpho_analyze, run_morpho_cli and run_morpho_generate
to `run_morpho_analyze`, `run_morpho_cli` and `run_morpho_generate`
binaries.
- Add "--version" option printing current version of binaries.
- Add `--version` option printing current version of binaries.
- Clarify stable/development versions.


Expand Down

0 comments on commit 73dac31

Please sign in to comment.