0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 02, 2025 — Mar 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add python compatibility docs (#224) More... 5 months ago
fix: enhance Python 2/3 compatibility in mitie.py- Improve string encoding/decoding functions- Add better Unicode handling- Fix incomplete methods- Add robust error handling for ctypes string conversions (#223) More... 5 months ago
mitielib : narrow scope of 'using namespace std' directives to avoid name clashes when using later versions of C++ standard (#220) More... about 1 year ago
Add link to PHP bindings More... over 3 years ago
more typedef cleanup More... over 4 years ago
in text_categorizer.cpp line 16, it define the text_sample_type, the original definition is ner type may conflict with it (#214) More... over 4 years ago
add citation instructions More... almost 5 years ago
CMake VS include file path. (#212) More... over 5 years ago
Fix tokenization offsets for strings with unicode quotes being wrong. More... over 5 years ago
update readme to link to ruby binding More... over 5 years ago
Updated README to add link to MitieNetCore (#209) More... almost 6 years ago
updated version More... about 7 years ago
Fixed text_categorizer() not being loaded correctly in Python 3 More... about 7 years ago
Fixed wordrep not working when compiled with Visual Studio. More... almost 8 years ago
Actually, make all dependent projects use static runtimes in visual studio. More... almost 8 years ago
Made imglab compile with the static visual studio runtime. This also avoids linker errors in some cases. More... almost 8 years ago
updated readme More... almost 8 years ago
Added missing file. More... almost 8 years ago
Add missing imports More... almost 8 years ago
Add support for windows to setup.py More... almost 8 years ago
Build statically on windows so people don't need to worry about packaging VC dlls. More... almost 8 years ago
Make install scripts always install to the mitielib folder. More... almost 8 years ago
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. More... about 8 years ago
Added issue template More... about 8 years ago
Updated exception handling for str type (#160) More... over 8 years ago
Clarified python install instructions. More... over 8 years ago
added ner.py python3 compatibility (#127) More... almost 9 years ago
Fix/issue125 (#126) More... almost 9 years ago
Changed cmake scripts that compile the java API to work around a bug in some versions of cmake. More... almost 9 years ago
Made exception handling code work better in python3 More... almost 9 years ago