-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sec+ner #1
base: master
Are you sure you want to change the base?
Commits on Sep 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5f550c0 - Browse repository at this point
Copy the full SHA 5f550c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97d217d - Browse repository at this point
Copy the full SHA 97d217dView commit details -
Rename directory "ner" to "ner_lib", because there was name conflict …
…between "ner.py" and this directory (for Python)
Configuration menu - View commit details
-
Copy full SHA for 5b190fe - Browse repository at this point
Copy the full SHA 5b190feView commit details -
Configuration menu - View commit details
-
Copy full SHA for e006c2b - Browse repository at this point
Copy the full SHA e006c2bView commit details -
Separate system imports from local imports. Create wrapping class Ner…
…. Change behaviour of usage configs.LANGS_ALLOWED. Change INPUTS_DIR – isolate inputs of different languages to their directories.
Configuration menu - View commit details
-
Copy full SHA for 46ccc81 - Browse repository at this point
Copy the full SHA 46ccc81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53a57ed - Browse repository at this point
Copy the full SHA 53a57edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01dbbb7 - Browse repository at this point
Copy the full SHA 01dbbb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769a53c - Browse repository at this point
Copy the full SHA 769a53cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e66b842 - Browse repository at this point
Copy the full SHA e66b842View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90db3e3 - Browse repository at this point
Copy the full SHA 90db3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for de4b891 - Browse repository at this point
Copy the full SHA de4b891View commit details -
Configuration menu - View commit details
-
Copy full SHA for a762ae8 - Browse repository at this point
Copy the full SHA a762ae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8142bb3 - Browse repository at this point
Copy the full SHA 8142bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c8ad7d - Browse repository at this point
Copy the full SHA 9c8ad7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for acc64bb - Browse repository at this point
Copy the full SHA acc64bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f59d606 - Browse repository at this point
Copy the full SHA f59d606View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04425e8 - Browse repository at this point
Copy the full SHA 04425e8View commit details -
It is necessary to strip an input string only from right or nothing, …
…because from left we count offset
Configuration menu - View commit details
-
Copy full SHA for 10573eb - Browse repository at this point
Copy the full SHA 10573ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a69f853 - Browse repository at this point
Copy the full SHA a69f853View commit details -
Configuration menu - View commit details
-
Copy full SHA for c77a078 - Browse repository at this point
Copy the full SHA c77a078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb1ca0 - Browse repository at this point
Copy the full SHA 0fb1ca0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a17494 - Browse repository at this point
Copy the full SHA 9a17494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c216a4 - Browse repository at this point
Copy the full SHA 6c216a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74a6791 - Browse repository at this point
Copy the full SHA 74a6791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02fb21a - Browse repository at this point
Copy the full SHA 02fb21aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7d7c6 - Browse repository at this point
Copy the full SHA 9f7d7c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dfd609 - Browse repository at this point
Copy the full SHA 7dfd609View commit details
Commits on Sep 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d6e89b1 - Browse repository at this point
Copy the full SHA d6e89b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c1a36 - Browse repository at this point
Copy the full SHA f2c1a36View commit details -
Function remove_shorter_entities() now removes only entities that are…
… already completely included by another entity
Configuration menu - View commit details
-
Copy full SHA for ddfd66d - Browse repository at this point
Copy the full SHA ddfd66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a924445 - Browse repository at this point
Copy the full SHA a924445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74bab05 - Browse repository at this point
Copy the full SHA 74bab05View commit details
Commits on Sep 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9714091 - Browse repository at this point
Copy the full SHA 9714091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f9a5f9 - Browse repository at this point
Copy the full SHA 5f9a5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c07c9 - Browse repository at this point
Copy the full SHA a7c07c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f015db9 - Browse repository at this point
Copy the full SHA f015db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 660d6ac - Browse repository at this point
Copy the full SHA 660d6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for a548e9f - Browse repository at this point
Copy the full SHA a548e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7441d51 - Browse repository at this point
Copy the full SHA 7441d51View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0e0096 - Browse repository at this point
Copy the full SHA e0e0096View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ac6a0 - Browse repository at this point
Copy the full SHA c2ac6a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed50025 - Browse repository at this point
Copy the full SHA ed50025View commit details -
Configuration menu - View commit details
-
Copy full SHA for c088b4f - Browse repository at this point
Copy the full SHA c088b4fView commit details
Commits on Sep 14, 2020
-
If the entity to be connected to the previous entity for overlap cont…
…ains a comma, it is skipped
Configuration menu - View commit details
-
Copy full SHA for 66eb88e - Browse repository at this point
Copy the full SHA 66eb88eView commit details -
Applied commit d731b3a from KNOT/SEC git repository: Removed semicolo…
…n replacement with a space in input string (Redmine issue #817)
Configuration menu - View commit details
-
Copy full SHA for c65806e - Browse repository at this point
Copy the full SHA c65806eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0dfde5 - Browse repository at this point
Copy the full SHA f0dfde5View commit details
Commits on Sep 15, 2020
-
If the entity to be connected to the previous entity for overlap is t…
…he same entity, it overwrites the previous entity
Configuration menu - View commit details
-
Copy full SHA for ca829f7 - Browse repository at this point
Copy the full SHA ca829f7View commit details
Commits on Sep 16, 2020
-
If the previous entity contains comma and the entity to be connected …
…to the previous entity for overlap has any sense, it overwrites the previous entity
Configuration menu - View commit details
-
Copy full SHA for 62d4494 - Browse repository at this point
Copy the full SHA 62d4494View commit details
Commits on Sep 17, 2020
-
Following a previous change, the previous entity will not be discarde…
…d, but truncated and will remain only as a coreference
Configuration menu - View commit details
-
Copy full SHA for 44e1bdb - Browse repository at this point
Copy the full SHA 44e1bdbView commit details
Commits on Sep 18, 2020
-
Configuration menu - View commit details
-
Copy full SHA for af33e68 - Browse repository at this point
Copy the full SHA af33e68View commit details -
Following the previous changes, the previous entity will not be disca…
…rded, but truncated and will gain new senses using Figa
Configuration menu - View commit details
-
Copy full SHA for 902da79 - Browse repository at this point
Copy the full SHA 902da79View commit details
Commits on Sep 21, 2020
-
Throw out evil "try-except Exception: return" (In other words: "Do no…
…t say, if you fail.")
Configuration menu - View commit details
-
Copy full SHA for a2776cd - Browse repository at this point
Copy the full SHA a2776cdView commit details -
NameRecognizer: Fixed creation instance of Entity and migrated some f…
…orgotten Python 2 code
Configuration menu - View commit details
-
Copy full SHA for 9c3e886 - Browse repository at this point
Copy the full SHA 9c3e886View commit details
Commits on Sep 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b8bad09 - Browse repository at this point
Copy the full SHA b8bad09View commit details
Commits on Sep 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 066ce36 - Browse repository at this point
Copy the full SHA 066ce36View commit details -
Configuration menu - View commit details
-
Copy full SHA for f762c56 - Browse repository at this point
Copy the full SHA f762c56View commit details -
Modified style of debugChangesInEntities() and added one after callin…
…g add_unknown_names()
Configuration menu - View commit details
-
Copy full SHA for cbee669 - Browse repository at this point
Copy the full SHA cbee669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395ed3c - Browse repository at this point
Copy the full SHA 395ed3cView commit details
Commits on Nov 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 60ef9d6 - Browse repository at this point
Copy the full SHA 60ef9d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1da19 - Browse repository at this point
Copy the full SHA 5e1da19View commit details
Commits on Nov 10, 2020
-
Reverse compatibility with "/decipherKB-daemon_shm" removed, because …
…it doesn't work since commit 7dfd609
Configuration menu - View commit details
-
Copy full SHA for 54c86e7 - Browse repository at this point
Copy the full SHA 54c86e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c237a - Browse repository at this point
Copy the full SHA 38c237aView commit details
Commits on Nov 18, 2020
-
Removed unused convert input_string to bytes for each entity separate…
…ly (of course, this commit speed up the progress and save memory)
Configuration menu - View commit details
-
Copy full SHA for 32edbe4 - Browse repository at this point
Copy the full SHA 32edbe4View commit details
Commits on Dec 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 70caa22 - Browse repository at this point
Copy the full SHA 70caa22View commit details
Commits on Oct 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fcb870f - Browse repository at this point
Copy the full SHA fcb870fView commit details