Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG FIX pos_alphabet_ from EntityTokenDictionary was not being populated (error since v2.2.0). #22

Open
wants to merge 68 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
078ec45
ENH Add feature set selection flag for entity recognizer. Updates in …
davidalbertonogueira Nov 17, 2015
fa1846e
ENH Add shape features to entity recognizer bigram template and impl…
davidalbertonogueira Nov 17, 2015
f425e11
BUG FIX Entity recognizer was not populating the pos_alphabet_ TokenD…
davidalbertonogueira Nov 24, 2015
69ac86c
MISC Gazetteers case sensitive/insensitiveness is now dependent of a …
davidalbertonogueira Nov 24, 2015
829af4f
BUG FIX Entity gazetteers case sensitive/insensitiveness flag value w…
davidalbertonogueira Nov 24, 2015
ba92dfd
Code cleanup before merging with master branch.
davidalbertonogueira Nov 26, 2015
8fdf1fa
BUG FIX missing line added for adding shape feature in entity features.
davidalbertonogueira Nov 27, 2015
88a02f5
BUG FIX Remove occurrence of std::tolower (change to ::tolower).
davidalbertonogueira Mar 16, 2016
ba43fed
Merge branch 'master' of https://github.com/davidalbertonogueira/Turb…
davidalbertonogueira Mar 16, 2016
90aa8a4
Update calls to transform to std::transform.
davidalbertonogueira Mar 22, 2016
a9188e8
Merge pull request #11 from andre-martins/master
davidalbertonogueira Mar 22, 2016
cc4b119
Merge upstream with andre-martins/master.
davidalbertonogueira Mar 22, 2016
c0de62b
Update VSproject files.
davidalbertonogueira Mar 22, 2016
62ad916
Update VSproject files (for Debug mode).
davidalbertonogueira Mar 22, 2016
7d93a25
Update VSproject files (for Release O0 mode).
davidalbertonogueira Mar 22, 2016
9ea50da
Update .gitignore.
davidalbertonogueira Mar 22, 2016
9b57d1d
Purge timeval and timezone structs and usage of gettimeofday. Impleme…
davidalbertonogueira Mar 24, 2016
8bff77f
Update MVS files to offer native support for MSVC v140 compiler (dist…
davidalbertonogueira Mar 28, 2016
d79a851
FIX Update libturboparser VS projects (was missing coref and morph fi…
davidalbertonogueira Mar 29, 2016
587fe26
Update MVS files (add static glog macro to lib projects).
davidalbertonogueira Mar 29, 2016
37e0172
Change python files for Python 2/3 and Linux/Windows compatibilities.
davidalbertonogueira Mar 30, 2016
98b338b
FIX to have back-compabilitity with entity recognizer models that pre…
davidalbertonogueira Mar 30, 2016
e67e7e3
FIX repeated read/write operations for the same flag (entity gazettee…
davidalbertonogueira Mar 31, 2016
b3b5de9
FIX port to cross-python2/3 of portuguese tokenizer files.
davidalbertonogueira Apr 1, 2016
88f4ce4
Update gitignnore.
davidalbertonogueira May 13, 2016
880eb0b
Resolve conflicts with upstream.
davidalbertonogueira May 13, 2016
e9acb17
Propagate GFLAGS_DLL_DECL=; static lib Gflag.
davidalbertonogueira May 18, 2016
df56600
Propagate GFLAGS_DLL_DECL=; static lib Gflag. Zip with Gflags was upd…
davidalbertonogueira May 18, 2016
ff45cc2
Fix python code regarding morphological tagger module with python v3.
davidalbertonogueira May 20, 2016
f757ab2
Fix lib turboparserinterface glog init so that the Google's logging l…
davidalbertonogueira Jun 1, 2016
c301f78
Replace calls to make_unique with unique_ptr as make_unique is an upc…
davidalbertonogueira Jun 3, 2016
f84a52f
Add string.h to recognize strdup.
davidalbertonogueira Jun 21, 2016
ee58139
Fixes and code/project cleanup.
davidalbertonogueira Jun 22, 2016
fcd6cc9
Minor changes.
davidalbertonogueira Jun 22, 2016
d4eba50
ERROR FIX: uninitialised value in EntityDictionary.
davidalbertonogueira Jun 23, 2016
b4c3cfe
Update .gitignore.
davidalbertonogueira Aug 30, 2016
2a4a773
Merge with upstream.
davidalbertonogueira Aug 30, 2016
1832955
Turn off "Unkown tag" log message.
davidalbertonogueira Oct 18, 2016
733d05d
Merge pull request #1 from davidalbertonogueira/master
davidalbertonogueira Oct 18, 2016
8273632
MLA: allow saving temporary models, ussing flag '--save_model_period=1'
Dec 16, 2016
53fd5b3
ver diff
Dec 16, 2016
017db31
add precision recall parameters to NER
Jan 2, 2017
132269b
clear unused code in Entity.cpp/.h
Jan 2, 2017
bd0b06e
Merge pull request #15 from MarianaAlmeida/NER_precision_vs_recall
davidalbertonogueira Mar 13, 2017
31fd80c
Merge pull request #4 from davidalbertonogueira/master
davidalbertonogueira Mar 13, 2017
f75b76c
Update MVS project files.
davidalbertonogueira Mar 23, 2017
8be2e3f
Update Makefiles.
davidalbertonogueira Mar 23, 2017
4e883d4
Merge pull request #5 from davidalbertonogueira/master
davidalbertonogueira Mar 23, 2017
5886b7c
BUG FIX TurboParser was crashing with empty sentences.
davidalbertonogueira Jul 11, 2017
b35cdd9
Merge pull request #6 from davidalbertonogueira/master
davidalbertonogueira Jul 11, 2017
44e265a
.
davidalbertonogueira Jul 27, 2017
dca856c
Expose node and edge scores from Viterbi step in TurboParser.
davidalbertonogueira Jul 31, 2017
c947d97
Add option to turn on/off nodes&edges viterbi scores output (in NER).
davidalbertonogueira Jul 31, 2017
3d9112a
Merge pull request #7 from davidalbertonogueira/master
davidalbertonogueira Feb 16, 2018
5e0e920
Fixing memory leaks
smiranda Feb 16, 2018
e48895a
Merge branch 'master' of https://github.com/Priberam/TurboParser
smiranda Feb 16, 2018
41ac26e
Merge pull request #16 from Priberam/master
davidalbertonogueira Feb 16, 2018
dea4e70
update sln
davidalbertonogueira Feb 16, 2018
40448f8
Merge branch 'master' of https://github.com/davidalbertonogueira/Turb…
davidalbertonogueira Feb 16, 2018
70d3d9b
Linux bug fix.
davidalbertonogueira Jul 6, 2018
79f8e8b
Merge pull request #8 from davidalbertonogueira/master
davidalbertonogueira Jul 6, 2018
fa7da0d
Update makefiles to c++14 due to make_unique.
davidalbertonogueira Jul 6, 2018
741d6b7
Update configure.
davidalbertonogueira Jul 9, 2018
c629b2f
Merge pull request #9 from davidalbertonogueira/master
davidalbertonogueira Jul 9, 2018
f6f0a44
Protect InitGlog in libturboparser.
davidalbertonogueira Jul 10, 2018
cc1d3d1
Merge pull request #10 from davidalbertonogueira/master
davidalbertonogueira Jul 10, 2018
856cb19
switchable init glog
smiranda Jul 10, 2018
b73b8d3
Merge pull request #17 from Priberam/master
davidalbertonogueira Jan 15, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 53 additions & 30 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,30 +1,53 @@
Makefile
TurboParser
TurboTagger
autom4te.cache
compile
config.h
config.log
config.status
deps/AD3-2.0.2/
deps/gflags-2.0/
deps/glog-0.3.2/
deps/eigen-eigen-c58038c56923/
deps/local/
data_local/
ner/
*.o
*.obj
*.tlog
stamp-h1
.deps
vsprojects/*/x64
vsprojects/x64/*
vsprojects/*/Debug
vsprojects/Debug/*
vsprojects/*/Release
vsprojects/Release/*
vsprojects/*/*.vcxproj.user
vsprojects/*/*.vcxproj.filters
vsprojects/*.sdf
vsprojects/*.opensdf
Makefile
TurboParser
TurboTagger
autom4te.cache
compile
config.h
config.log
config.status
deps/AD3-2.0.2/
deps/gflags-2.0/
deps/glog-0.3.2/
deps/googletest/
deps/eigen-eigen-c58038c56923/
deps/local/
data_local/
ner/
*.o
*.obj
*.tlog
stamp-h1
.deps
vsprojects/*.suo
vsprojects/*.user
vsprojects/*.userosscache
vsprojects/*.sln.docstates
vsprojects/*.aps
vsprojects/*.ncb
vsprojects/*.opendb
vsprojects/*.VC.db
vsprojects/*.opensdf
vsprojects/*.sdf
vsprojects/*.cachefile
vsprojects/*.psess
vsprojects/*.vsp
vsprojects/*.vspx
vsprojects/*/*.vcxproj.user
vsprojects/*/*.vcxproj.filters
vsprojects/*/x64
vsprojects/x64/*
vsprojects/*/Debug
vsprojects/Debug/*
vsprojects/*/Release
vsprojects/Release/*
/python/tokenizers/portuguese/__pycache__
/python/__pycache__
/python/cython_debug
/python/build
/python/tokenizers/__pycache__
/python/turboparser.cp35-win_amd64.pyd
/python/turboparser.cp35-win_amd64.pdb
/python/vc140.pdb
/python/turboparser.cpp
/python/test2.py
Loading