Skip to content

Commit

Permalink
[release] v3.1.2
Browse files Browse the repository at this point in the history
* Fixed a bug which was causing transliteration to fail while learn was
* happening
* Fixed out of source build
* Fixed varnamc export
* Using 30000 as export size
* Installing varnamruby.rb to the correct location (prefix/lib)
  • Loading branch information
navaneeth committed Mar 3, 2014
1 parent 36320ab commit 273cb36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.1.2 / Mar 03, 2014
=======================
* Fixed a bug which was causing transliteration to fail while learn was happening
* Fixed out of source build
* Fixed varnamc export
* Using 30000 as export size
* Installing varnamruby.rb to the correct location (prefix/lib)

3.1.1 / Jan 18, 2014
=======================
* Fixing a segfault
Expand Down Expand Up @@ -35,7 +43,7 @@
* Several improvements to tokenization algorithm which improves quality of learning.
* Noice reduction while tokenization.
* Improved symbols file for Malayalam.
* varnam_export_words() function to export words learned.
* varnam_export_words() function to export words learned.
* Accept condition for tokens which specifies rules for token acceptance based on the token position.

1.0.1 / Nov 1, 2012
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set(DEPS_LIBRARY_NAME "deps")

set(VARNAM_VERSION_MAJOR 3)
set(VARNAM_VERSION_MINOR 1)
set(VARNAM_VERSION_PATCH 1)
set(VARNAM_VERSION_PATCH 2)

option(BUILD_TESTS "Build tests?" OFF)
option(BUILD_EXAMPLES "Build examples?" OFF)
Expand Down

0 comments on commit 273cb36

Please sign in to comment.