https://github.com/mit-nlp/MITIE

sort by:
Revision Author Date Message Commit Date
42dbcd5 Add link to PHP bindings 01 September 2022, 11:37:16 UTC
bf8c532 more typedef cleanup 18 October 2021, 12:58:43 UTC
c582b1d in text_categorizer.cpp line 16, it define the text_sample_type, the original definition is ner type may conflict with it (#214) 18 October 2021, 12:51:31 UTC
541bede add citation instructions 11 May 2021, 11:48:45 UTC
faf3ecf Fix tokenization offsets for strings with unicode quotes being wrong. 11 May 2021, 11:46:17 UTC
b6f454f CMake VS include file path. (#212) * CMAKE VS include file path. * Move VS include outside control statement. 12 October 2020, 22:59:19 UTC
d10e522 update readme to link to ruby binding 15 September 2020, 11:25:14 UTC
3abab8f Updated README to add link to MitieNetCore (#209) 18 April 2020, 17:56:47 UTC
832cbd6 updated version 10 February 2019, 15:50:24 UTC
a0d2578 Fixed text_categorizer() not being loaded correctly in Python 3 23 January 2019, 12:57:34 UTC
15bed49 Fixed wordrep not working when compiled with Visual Studio. 18 May 2018, 10:52:59 UTC
3418994 Actually, make all dependent projects use static runtimes in visual studio. 16 May 2018, 06:58:19 UTC
2413a77 Made imglab compile with the static visual studio runtime. This also avoids linker errors in some cases. 16 May 2018, 06:51:30 UTC
d528cd3 updated readme 14 April 2018, 14:37:49 UTC
10ea841 Added missing file. 14 April 2018, 14:31:49 UTC
68a45c6 Add missing imports 14 April 2018, 14:22:26 UTC
97f82e7 Add support for windows to setup.py 14 April 2018, 14:19:47 UTC
9acbd96 Build statically on windows so people don't need to worry about packaging VC dlls. 14 April 2018, 14:19:14 UTC
667c77c Make install scripts always install to the mitielib folder. 14 April 2018, 12:33:28 UTC
fd3587d Made MITIE's tokenizer treat unicode non-breaking spaces the same way it treats other whitespace characters. Also made it handle unicode double quotations basically the way it handles ASCII double quotes. 21 January 2018, 14:44:17 UTC
27880d6 Added issue template 27 December 2017, 13:29:00 UTC
0889996 Updated exception handling for str type (#160) 07 November 2017, 19:27:02 UTC
a418400 Clarified python install instructions. 10 July 2017, 10:53:01 UTC
fe607ce added ner.py python3 compatibility (#127) 22 May 2017, 12:56:34 UTC
578f30d Fix/issue125 (#126) * Fixed mit-nlp/MITIE#125 with -Djava.library.path * Added error message to print java.library.path if native library fails to load. * Added -Djava.library.path to all java examples 12 May 2017, 20:25:15 UTC
058e3f9 Changed cmake scripts that compile the java API to work around a bug in some versions of cmake. 05 May 2017, 00:44:30 UTC
c8da904 Made exception handling code work better in python3 07 April 2017, 09:49:56 UTC
461ebc4 Don't try to link with libjpeg 10 March 2017, 13:44:31 UTC
2591858 Added missing MITIE_EXPORT annotations. 17 February 2017, 17:59:02 UTC
abbdb0f Made the cmake scripts not try to compile or link to libpng, libjpeg, or sqlite since MITIE doesn't need those things. 14 February 2017, 02:55:03 UTC
8b01a89 Merge branch 'verloop-master' 09 February 2017, 13:23:43 UTC
c8d4508 Made this example executable 09 February 2017, 13:23:20 UTC
d8e1365 add finger print to the model file with backward compatibility 09 February 2017, 07:25:46 UTC
7dfdf78 make NER throw error if feature extractor is not provided 08 February 2017, 07:16:43 UTC
32c1f71 add comments, check for pure model in the constructor of ner and categorizer, remove unnecessary temp variables 31 January 2017, 10:57:20 UTC
84cbbf4 beautification - tabs to spaces 24 January 2017, 15:02:31 UTC
95d8a34 beautification - tabs to spaces 24 January 2017, 14:57:16 UTC
aff1b07 beautification - tabs to spaces 24 January 2017, 14:49:27 UTC
cf6f24e convert tabs to spaces 23 January 2017, 15:18:28 UTC
80d9415 Revert "python bindings for initializing text_categorizer with a given total_word_feature_extractor" This reverts commit 1c5165b7f5ba10ef13ba24e0cc1acac828ce9ef4. 19 January 2017, 11:19:36 UTC
5b71a11 using text_categorizer and named_entity_extractor with a given total_word_feature_extractor 19 January 2017, 10:55:56 UTC
1c5165b python bindings for initializing text_categorizer with a given total_word_feature_extractor 19 January 2017, 06:24:27 UTC
f124510 Added links to German models These are the models provided by Stefan Schweter 09 January 2017, 19:52:38 UTC
f7b6b57 Edits in example python scripts to make them Py3 compatible. (#82) 26 December 2016, 17:18:24 UTC
552f890 Merge branch 'amn41-python_pure_model_persistence' 30 October 2016, 21:31:27 UTC
76492d9 added more comments to example 30 October 2016, 21:30:37 UTC
4e01bba Clairifed some of the comments. 30 October 2016, 21:28:18 UTC
70c8b5d Fixed incorrect path to mitielib 30 October 2016, 21:16:05 UTC
f4a303e added example for text_categorizer pure_model persistence, plus comment & printf cleanups 29 October 2016, 15:34:43 UTC
7da4382 Merge branch 'master' into python_pure_model_persistence 15 October 2016, 13:24:00 UTC
1f07f15 Revert "disable hyperparam line search for text categorizer" This reverts commit 510010f6be3983f9bf9bd189504d6dbe32e8ffcb. 15 October 2016, 13:16:02 UTC
496ec87 Revert "no hyper search for ner trainer" This reverts commit 22396d886241440bbe12c8d7d82b89bdf5a761fc. 15 October 2016, 13:14:01 UTC
76e02a9 Merge branch 'avitale-py_twfe' 04 October 2016, 01:06:41 UTC
856fbd9 A little bit of comment clarifiaction. 04 October 2016, 01:06:05 UTC
988ce46 Update mitie_total_word_feature_extractor_get_words_in_dictionary description 29 September 2016, 14:49:49 UTC
0c00cf2 Update mitie_total_word_feature_extractor_get_words_in_dictionary description 29 September 2016, 14:39:08 UTC
5e65ef6 Update function description 29 September 2016, 14:32:04 UTC
f0202c0 Fix get_words_in_dictionary and change some descriptions 29 September 2016, 14:23:17 UTC
94527f8 Update params description 29 September 2016, 13:58:44 UTC
0f7366a Fix function descriptions and pointers 29 September 2016, 13:49:10 UTC
65cec70 add example for total_word_feature_vector python API 29 September 2016, 12:28:45 UTC
6adb72b Add python API fot total word feature extractor 29 September 2016, 12:27:37 UTC
e4b2bd6 Merge pull request #73 from avitale/patch Update mitie.py adding try/pass to to_bytes 20 September 2016, 14:22:39 UTC
2d760a7 Update mitie.py adding try/pass to to_bytes 20 September 2016, 14:12:40 UTC
22396d8 no hyper search for ner trainer 15 September 2016, 15:34:34 UTC
8892ee7 Merge branch 'raphael0202-master' 15 September 2016, 14:41:02 UTC
510010f disable hyperparam line search for text categorizer 14 September 2016, 13:58:24 UTC
18e3ebb now also pure model persistence for text categorizer 14 September 2016, 11:46:33 UTC
85536cf allow for pure model persistence for ner 14 September 2016, 09:25:57 UTC
a558625 convert strings to default str types with to_default_str_type in several methods 10 September 2016, 21:53:10 UTC
1f2a6b8 Improve PEP8 compliancy (line length < 120, missing spaces) 10 September 2016, 10:55:00 UTC
b775342 Accept unencoded str in various mitie methods and functions 10 September 2016, 10:50:22 UTC
566d534 Suppress builtin shadowing 10 September 2016, 10:31:25 UTC
f5a797f Improve PEP8 compliance 10 September 2016, 10:29:14 UTC
bb0de9c Delete unused import statement 10 September 2016, 10:24:44 UTC
644bb8b Improve mitie.py compatibility with PEP8 10 September 2016, 10:24:14 UTC
7efa655 Make tokenize_with_offsets compatible with unencoded str & minor style correction 10 September 2016, 09:57:18 UTC
186197a Make tokenize compatible with unencoded str & minor style correction 10 September 2016, 09:55:04 UTC
9d99bc7 Return named entity tagstr in str type for Python3 10 September 2016, 09:32:20 UTC
64b74aa Return str instead of bytes in extract_entities (Python3) 09 September 2016, 20:37:17 UTC
3936346 Encode str if needed in python_to_mitie_str_array 09 September 2016, 20:36:01 UTC
3a83626 Encode decoded filename string in named_entity_extractor.__init__ if needed 09 September 2016, 20:01:58 UTC
85c054c Merge branch 'amn41-text_categorizer_python_api' 27 August 2016, 15:20:55 UTC
b5fe2af Fixed some errors in documentation and clarified a few things. 27 August 2016, 15:19:57 UTC
b66bd29 deallocate memory after predicting text category 26 August 2016, 13:48:03 UTC
60129ab expansion / improvement of text categorizer documentation 26 August 2016, 13:43:10 UTC
2cff1f7 small edits to comments 25 August 2016, 15:50:07 UTC
16df342 corrections to documentation of python methods for text categorizer 25 August 2016, 15:41:34 UTC
70f3264 text categorizer: use correct memory allocation method, assert trainer has >0 examples, tokens in training example now const 25 August 2016, 15:41:05 UTC
8f1b9dd fixes to requires/ensures documentation in header 25 August 2016, 15:39:54 UTC
715be49 updated comments in examples 25 August 2016, 11:04:00 UTC
e6ab053 small tweaks to examples 25 August 2016, 10:03:05 UTC
2a7f6d8 added try/catch block for mitie_categorize_text 25 August 2016, 09:59:29 UTC
d4f2e30 now use double ptr for string ref in text_categorizer 25 August 2016, 09:52:45 UTC
a2b65eb fixed quite a few things, 'train_text_categorizer' script works now, but 'categorize_text' doesnt yet 24 August 2016, 17:31:53 UTC
884ee7a re-added size method of text_categorizer trainer 23 August 2016, 09:51:41 UTC
1e80425 removed artefacts from mitie.cpp 22 August 2016, 19:30:30 UTC
1829c5e artefacts removed from mitie.py 22 August 2016, 19:17:09 UTC
455e54f re-added changes to mitie.h - now hopefully without editor artefacts 22 August 2016, 19:14:01 UTC
da658f6 starting point - not all methods wrapped yet 22 August 2016, 18:51:25 UTC
back to top