Al
|
b320aed9ac
|
[merge] merging master
|
2017-01-13 19:58:49 -05:00 |
|
Al
|
df89387b5c
|
[fix] calloc instead of malloc when performing initialization on structs that may fail halfway and need to clean up while partially initialized (calloc will set all the bytes to zero so the member pointers are NULL instead of garbage memory)
|
2017-01-13 18:30:04 -05:00 |
|
Al
|
46cd725c13
|
[math] Generic dense matrix implementation using BLAS calls for matrix-matrix multiplication if available
|
2016-08-06 00:40:01 -04:00 |
|
Al
|
d7996ed56c
|
[fix] setting garbage pointer to NULL on language_classifier_teardown (fixes #82)
|
2016-07-17 01:56:09 -04:00 |
|
Al
|
25c8ba8603
|
[fix] Log more helpful error message in language_classifier if not loaded
|
2016-03-21 18:18:25 -04:00 |
|
Al
|
36f52d9707
|
[fix] Removing feature printing
|
2016-01-26 15:34:56 -05:00 |
|
Al
|
b9a3230f65
|
[language_classification] Removing the per-country classifier, text-based alone is doing close to 99% accuracy now
|
2016-01-17 21:13:14 -05:00 |
|
Al
|
0558475a50
|
[language_classifier] Language classifier structs, I/O and API
|
2016-01-10 01:20:17 -05:00 |
|