https://github.com/vsiivola/variKN

sort by:
Revision Author Date Message Commit Date
0aaf3a7 improve pyproject.toml 26 January 2023, 19:24:20 UTC
4c8b22a disable macos wheels 26 January 2023, 09:02:31 UTC
0d1f72d Merge pull request #18 from svirpioj/master Add Python packaging 26 January 2023, 07:25:55 UTC
25b0296 add cmake configuration options and update install file 19 January 2023, 20:45:06 UTC
e0317be fix cibuildwheel problems finding correct python 19 January 2023, 20:23:39 UTC
7098a07 fix test and add macos-11 to github workflows 19 January 2023, 20:23:21 UTC
f18985b switch to FindPython and discard Python2 support 18 January 2023, 06:56:58 UTC
fb1e97f prevent python install if wrapper cannot be compiled 17 January 2023, 20:02:04 UTC
12c941e add some github workflows 11 January 2023, 20:29:39 UTC
8ff1af9 fix CMakeLists to support custom output directories 11 January 2023, 16:37:13 UTC
a7f502f add top-level python setup files 04 January 2023, 20:29:58 UTC
6de53cf Merge pull request #17 from NightScream39/patch-1 Update documentation "cmake --build ." 25 October 2022, 17:38:17 UTC
6f41437 Update documentation "cmake --build ." Hello, I'm python developer. Spent a couple of hours for building the python-wrapper for my project. Could you please update the documentation for developers like me who don't know how to build C projects. 25 October 2022, 16:20:31 UTC
0680aef clean up cmake target 20 November 2021, 12:27:22 UTC
79efe25 fix newer cmake 20 November 2021, 11:19:09 UTC
9dc64bb Merge pull request #16 from vsiivola/fix_unigram_smoothing Fix issue with no unigram smoothing, thanks to Shilin Gao. 05 January 2021, 10:17:56 UTC
b19cf59 fix typoed variable name 05 January 2021, 10:16:49 UTC
dcf123c Fix issue with no unigram smoothing, thanks to Shilin Gao. 05 January 2021, 10:14:18 UTC
a555398 some notes for running in docker 22 November 2020, 19:39:21 UTC
b390a69 use boost header only test module 22 November 2020, 19:37:53 UTC
7edff1f remove cmake depreciated messages, add missing include 22 November 2020, 18:47:53 UTC
6db3b43 Merge pull request #14 from psmit/addmultiinterpolate_ Extend simpleinterpolate to more than 2 models 13 May 2019, 04:49:22 UTC
f729368 Extend simpleinterpolate to more than 2 models 09 May 2019, 08:51:48 UTC
2a76059 Merge pull request #13 from svirpioj/feat-improve-python-interface add more public methods for Perplexity class 23 April 2019, 13:50:33 UTC
7ab7282 add public methods for Perplexity class Add word_logprob, processed_words, and processed_tokens and make init_variables public to enable more features for the python wrapper. 26 March 2019, 08:20:24 UTC
66bfa2a Merge pull request #12 from svirpioj/fix-perplexity-wordcount count words also in the initial LM history 22 October 2018, 15:20:27 UTC
af02e3f count words also in the initial LM history 17 October 2018, 08:22:33 UTC
a240cdb fix builds that fail with missing inline func definitions 04 September 2018, 18:09:47 UTC
59a5406 Merge pull request #11 from alhoo/master add missing import to use shared_ptr correctly 04 September 2018, 17:20:03 UTC
bc1ab32 add memory module to apps that use unique pointers 04 September 2018, 12:58:34 UTC
b6630f9 add missing import to use shared_ptr correctly 04 September 2018, 12:52:38 UTC
f608d8e clean up perplexity interface with shared_ptr 02 September 2018, 05:47:37 UTC
a547ce3 add reminder to fix Perplexity constructor inteface 02 September 2018, 05:06:23 UTC
dcccf5a add reminder to fix Perplexity constructor inteface 01 September 2018, 18:08:49 UTC
9056f3b modify app/-directory according to clang-tidy suggestions 01 September 2018, 17:09:45 UTC
60d6062 format source code with clang-format 01 September 2018, 15:23:49 UTC
5d3bc10 fix compiler warnings, unit tests 01 September 2018, 14:16:06 UTC
0a7d5ad Merge pull request #10 from svirpioj/bugfixes Bug fixes 22 August 2017, 19:32:11 UTC
a5b97b2 Add missing swig template 22 August 2017, 10:24:54 UTC
e46273c Add missing file close 22 August 2017, 10:24:10 UTC
9623c59 Merge pull request #8 from psmit/limit_grams_final Iterative method for pruning the model to a specified size. 03 November 2016, 08:47:42 UTC
32418a0 Forgot to set prev_num_grams 03 November 2016, 06:14:46 UTC
026ca21 Some cleaning up of text for limit-ngrams feature 01 November 2016, 04:29:24 UTC
1deec0b Smarter technique 14 September 2016, 09:25:35 UTC
632ae46 First setup to limiting final ngram size 29 August 2016, 06:26:23 UTC
52d5348 Merge pull request #7 from psmit/refactor_v_funcs WIP: Refactor m_kn_i3c and m_kn_ic into m_kn in VarigramFuncs 29 August 2016, 06:16:48 UTC
8181ee8 Refactor m_kn_i3c and m_kn_ic into m_kn in VarigramFuncs 29 August 2016, 05:37:17 UTC
fe4fd30 add optional deb package creation with "make package" 23 August 2016, 08:46:08 UTC
d1d33ae Merge pull request #6 from psmit/patch-1 Add two more primes to sparse_matrix.h 15 August 2016, 09:20:54 UTC
3e2162b Add two more primes to sparse_matrix.h 05 August 2016, 14:13:53 UTC
5981f3d initial fix for compiling variKN with cmake add_submdirectory. There may be more modifications to come 05 August 2016, 05:31:41 UTC
cb386c3 warn if interpolation weights cannot be parsed from command line 14 June 2016, 06:46:11 UTC
0e0deb7 Merge pull request #5 from psmit/master Add a PYTHON2 option 13 June 2016, 09:36:52 UTC
e560d5f Add a PYTHON2 option This option is lowering the PYTHON2 requirment to 2.7. To use it specify "-DPYTHON2=ON" on the cmake command line. I have no idea how to make it so that "-DPYTHON2" would also work. 13 June 2016, 07:14:30 UTC
0ac6fc2 Merge pull request #4 from psmit/master Install the binaries and swig-wrapper on make install 13 June 2016, 06:51:08 UTC
b2a5504 Install the binaries and swig-wrapper on make install 13 June 2016, 06:32:34 UTC
cbd3b2e minor improvement to unit tests for arpa interpolation 22 February 2016, 07:03:25 UTC
0aaeb53 fixsimple interpolation unigram scaling 21 February 2016, 14:01:08 UTC
4019bb4 add some safeguards for simpleinterpolation code 21 February 2016, 13:43:22 UTC
6e6d302 fix misleading comment 21 February 2016, 13:39:27 UTC
7e19ab6 merge 21 February 2016, 13:15:10 UTC
4127c08 remove stray debug messages 21 February 2016, 13:13:32 UTC
3c73b41 simple approximate interpolation to arpa. The code is still very experimental. 21 February 2016, 13:09:16 UTC
c7ea9fa simple approximate interpolation to arpa. The code is still very experimental. 21 February 2016, 13:03:14 UTC
2792042 fix typo 22 August 2015, 03:52:26 UTC
52c92a5 Clean up Camelists for python wrapper, default python version is 3 22 August 2015, 03:41:16 UTC
bff45f4 make the build work with current versions of Cmake 21 August 2015, 22:12:10 UTC
5d6e09d Merge ssh://speechdev.lingsoft.fi/home/virpioja/Code/text_tools/submodule_variKN 20 August 2015, 08:33:39 UTC
1bd0ec8 fixed checking line format in Vocabulary::read(): now works for items ending with "(" 20 August 2015, 08:30:23 UTC
2093cc9 added two new primes to allow larger matrices 15 January 2015, 15:20:09 UTC
cd1d25d allow "#" as token/word 28 October 2014, 13:07:30 UTC
f0749b2 CMakeLists.txt to work as a submodule 04 June 2014, 07:42:30 UTC
7cf5b7c better help message, allwo forcing zero discounts 12 February 2014, 11:46:23 UTC
da8335a added option to set all discounts to a spesified value 12 February 2014, 11:30:43 UTC
c525568 Implement leave-one-out estimates for the discounts. If optimization corpus is not set, use these estimates. Also, initialize numerical search for the parameters with these values. In the latter case, preliminary tests seem to indicate that better accuracy is reached than with the original heuristic search start point. 16 January 2014, 08:27:59 UTC
0ed6602 Added safer reading of input - if word length exceeds the hardcoded MAX_WLEN, the word is split to fragments of MAX_WLEN each. Currently, MAX_WLEN is defined to be 1000. 14 January 2014, 07:42:04 UTC
02a1a9d fixed conflict 02 December 2013, 12:53:19 UTC
8159e42 fixed perplexity calculations, added option for including UNK probabilities, and improved perplexity output 28 November 2013, 12:09:24 UTC
c0e3feb clarified the help message for lm interpolation 03 October 2013, 10:42:40 UTC
9e81719 argument for field separator when writing ARPA files 13 August 2013, 14:52:20 UTC
d4cd4d0 support for iARPA format used by IRSTLM 13 August 2013, 12:32:26 UTC
5424101 Merge remote-tracking branch 'origin/master' into python 29 July 2013, 11:47:33 UTC
2838d44 documentation: comment for the first cutoff value 29 July 2013, 11:46:58 UTC
ab2955e readme cleanups 31 May 2013, 06:14:14 UTC
fefc8fa made the install instructions more concise 30 May 2013, 19:34:51 UTC
af41821 fixed line breaks 30 May 2013, 19:30:28 UTC
ae5e3de split readme to two files, readme and install 30 May 2013, 19:28:26 UTC
ed92320 cosmetic modifications to description of commands 30 May 2013, 19:12:48 UTC
81a3acb Merge pull request #1 from senarvi/master Write perplexity and logprob with higher precision. 29 May 2013, 10:52:28 UTC
ce6647e Write perplexity and logprob with higher precision. 29 May 2013, 08:58:26 UTC
a306941 varigram training via Python 23 May 2013, 12:17:25 UTC
c5433b1 added some python unit tests 23 May 2013, 07:40:28 UTC
0264181 Merge remote-tracking branch 'laptop/master' into python 23 May 2013, 06:55:03 UTC
4549d8a unit testing for python interface 23 May 2013, 06:54:44 UTC
e1ec446 Merge remote-tracking branch 'laptop/master' into python 22 May 2013, 13:23:07 UTC
66acb0b added token_logprob(), renamed raw_logprob to sentence_logprob 22 May 2013, 13:22:48 UTC
0ca2062 removed pointer functions, fixed InterTreeGram interface 22 May 2013, 13:21:17 UTC
f541a00 fixed help for interpolate 22 May 2013, 13:19:42 UTC
118a59f merged 22 May 2013, 11:12:00 UTC
8cf8d27 merged 22 May 2013, 11:10:27 UTC
back to top