Jeroen Vermeulen
eca5824100
Remove trailing whitespace in C++ files.
2015-04-30 12:05:11 +07:00
Jeroen Vermeulen
4c59b350df
Modernize "C" includes in contrib.
...
This is one of those little chores in managing a long-lived C++
project: standard C headers like stdio.h and math.h now have their own
place in the C++ standard as resp. cstdio, cmath, and so on. In this
branch the #include names are updated for the contrib/ subdirectory.
C++11 adds cstdint, but to support compilation with the previous
standard, that change is left for later.
2015-03-28 20:58:46 +07:00
Maarten van Gompel
bdc60e40bc
Was not up to date anymore with current PhraseDictionaryTree() constructor, the parameterer nscores seems no longer required. Adapted Cython code and reran cython (newer version) to generate C++ version..
2014-06-02 14:41:33 +02:00
Maarten van Gompel
0b5825a853
Was not up to date anymore with current PhraseDictionaryTree() constructor, the parameterer nscores seems no longer required. Adapted Cython code and reran cython (newer version) to generate C++ version..
2014-06-02 14:38:32 +02:00
Barry Haddow
f007a144f5
Fix compile error in python wrapper
2013-04-12 17:38:11 +01:00
Wilker Aziz
502bb0405d
changing constructor's interface, pass tlimit to constructor
2012-11-15 18:05:03 +01:00
Wilker Aziz
84b1079f4b
option to apply an operation (e.g. natural log) over phrase/rule's scores
2012-11-15 15:56:27 +01:00
Wilker Aziz
cf46249007
docs
2012-11-15 13:02:50 +01:00
Wilker Aziz
22b02d4f9c
improved interface, better docs, +fixing after the changes with alignment-info
2012-11-15 12:58:04 +01:00
Wilker Aziz
9e76804bde
Python wrap for OnDiskWraper, docs and example.
2012-11-14 18:14:46 +01:00
Wilker Aziz
6bbf6db180
Wrapping OnDiskPt, Added OnDiskPt/Util.h with the tokenization procedure, so that they can be called from the Python wrap.
2012-11-13 17:27:33 +01:00
Wilker Aziz
c767ee264f
Fixing dependencies
2012-11-13 14:12:16 +01:00
Wilker Aziz
ed8ef91563
doc: building
2012-11-13 11:43:36 +01:00
Wilker Aziz
229cc1563d
+ package structure, + better setup.py with max-factors and kenlm-max-order, binpt -> dictree
2012-11-13 11:39:12 +01:00
Wilker Aziz
7f5b6b2310
better doc
2012-10-03 20:04:48 +02:00
Wilker Aziz
ab191b562e
query results can now be sorted and pruned
2012-09-18 11:39:39 +02:00
Wilker Aziz
f6e3eff8d9
signatures changed to cpp strings
2012-09-14 15:35:05 +02:00
Wilker Aziz
c300705772
i) check for invalid paths; ii) added sample data; iii) added --with-cmph in setup.py
2012-09-14 12:51:31 +02:00
Wilker Aziz
629805a90a
Added an option to use/not use cmph and details about building/compiling in README
2012-09-14 11:59:18 +02:00
Wilker Aziz
8a2309b75b
Customized delimiter + properties added to BinayPhraseTable
2012-09-12 11:46:43 +02:00
Wilker Aziz
92295911b1
Renaming python PhaseTable to BinaryPhaseTable + better docs
2012-09-12 11:05:28 +02:00
Wilker Aziz
2ad634dd88
Better setup.py + python tree moved under contrib/
2012-09-12 00:48:43 +02:00