Yeah, while I made lexc's library version somewhat callable, it wasn't designed to...
HFST migrated to Github
HFST version 3.9.1 released
HFST version 3.9.1 released
Add builting function Interpolate()
Fixed condition for including symbols in exclus...
Fix bug involving stale caches of function call...
HFST version 3.9.1 released
HFST version 3.9.0 released
Change python3 into python in README as version...
Move tools/src/hfst-string-conversions.[cc|h] u...
Update version number to 3.9.1.
Do something useful in the case of a missing ro...
Make Makefiles in openfst back-end licensed as ...
Still fails testing on many Debian archs even without parallel building. E.g. on...
Candidate for release 3.9.1.
Fix names of files whose names were changed.
Set server based search to NO.
It seems that all tests use /sh/bash and they pass checkbashisms --force *.sh
hfst-ospell tests fail
Any progress on this bug?
Multiple lexc compilations causes hfst-xfst to bark
Thanks, now it works without crashing, and pretty fast too :) Thanks a lot!
Could you try it again in revision 4660.
Add word boundaries in xerox mode.
One further comment: in svn HEAD there are no more string pairs of unequal length,...
Fix copypasted typo
It still crashes for me, but now with a slightly different error: Making check in...
Fix ToLower and ToUpper, which had transposed n...
Use iterator instead of range-based loop on win...
Fix a couple of typos inside 'ifdef _MSC_VER' d...
License for the library code is now lgpl 3.
Ignore generated files.
LGPL license
Compatibility with python2.
Add exclusionary lists (eg. Exc(Whitespace) mat...
In rev 4650
hfst-pair-test crashing on UnescapedColsFound
-X option fixed in hfst-pair-test. Additionally...
Fix a bug in HfstTransitionGraph::find_replacem...
When I run export srcdir=. && ./pair-test-hfst.sh in langs/sms/test/src/phonology,...
Fix epsilon handling in compile-replace express...
Allow epsilons inside compile-replace expressio...
Warn about '@_EPSILON_SYMBOL_@' not being an or...
Allow space after operator '^' in regular expre...
The crashing behavior was seen with svn revision 129496 of sms.
Posted by me, forgot to log in.
Posted by me., forgot to log in.
hfst-pair-test crashing on UnescapedColsFound
This seems to work after the 2016-01-22 rewrite, can probably be closed.
hfst-pmatch2fst no longer accepts "literal" transducers
Fixed in r4644. The precedence of the pair separator (:) was far too weak since the...
Fix binding precedence of :
hfst-pmatch2fst no longer accepts "literal" transducers
hfst-ospell-0.4.0 lost from SVN
Committed changes in svn revision 4619.
set_time_cutoff(6.0)
Add throw to appease rpmlint no-return-in-nonvo...
Fix a bug in function 'fst'.
Print a blank line even if there were no result...
Add Python versions of OCR post-processing scripts
When upping to 16 variants, also make room for ...
One && too many
Rename hfst-proc2 to hfst-tokenize, with hfst-p...
Add tests for python bindings.
Complete rewrite of pmatch compilation
Move scripts under subdirectories and remove sc...
Move windows scripts under scripts/windows. Get...
Remove HfstFastTransition.h also from dist.
Remove HfstException.cc and HfstException.h fil...
Remove class HfstFastTransitionData and the tem...
Remove tentative reentrant version of xre compi...
Remove empty directories that are not used.
Update python API documentation.
Remove old commented code. Add a warning about ...
Set -std=c++0x unless a higher standard is requ...
Do not generate hfst-scanner header file. Make ...
Added section header, correct tool name to man ...
Check automake version in configure to determin...
0.4.0
Release 0.4.0.
Update help message, copyright extends to 2016.
Make no-errormodel.sh an xfail test.
call_counter is a member of the container, not ...
Reweight arcs iff all conditions given with --i...
Only call clock() every millionth time for speed
Forgot to increment call counter
Only call clock() every millionth time
Add missing declarations
Only check clock() every million calls to get_a...
Move start_clock setting to where the line is r...
Add short option for time cutoff (-t)
In pmatch, make the time cutoff "soft" to ensur...
Ignore previous commit, I had some old library ...