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

Sec+ner #1

Open
wants to merge 65 commits into
base: master
Choose a base branch
from
Open

Sec+ner #1

wants to merge 65 commits into from

Commits on Sep 8, 2020

  1. Fix name of variable

    erumoico committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5f550c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d217d View commit details
    Browse the repository at this point in the history
  3. Rename directory "ner" to "ner_lib", because there was name conflict …

    …between "ner.py" and this directory (for Python)
    erumoico committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    5b190fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e006c2b View commit details
    Browse the repository at this point in the history
  5. 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.
    erumoico committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    46ccc81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53a57ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01dbbb7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    769a53c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e66b842 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90db3e3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de4b891 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a762ae8 View commit details
    Browse the repository at this point in the history
  13. Fix usage of SharedKB

    erumoico committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    8142bb3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9c8ad7d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    acc64bb View commit details
    Browse the repository at this point in the history
  16. Fix many bugs

    erumoico committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    f59d606 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    04425e8 View commit details
    Browse the repository at this point in the history
  18. It is necessary to strip an input string only from right or nothing, …

    …because from left we count offset
    erumoico committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    10573eb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a69f853 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c77a078 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0fb1ca0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9a17494 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6c216a4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    74a6791 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    02fb21a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9f7d7c6 View commit details
    Browse the repository at this point in the history
  27. New version of SharedKB

    erumoico committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    7dfd609 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Configuration menu
    Copy the full SHA
    d6e89b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2c1a36 View commit details
    Browse the repository at this point in the history
  3. Function remove_shorter_entities() now removes only entities that are…

    … already completely included by another entity
    erumoico committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ddfd66d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a924445 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74bab05 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    9714091 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f9a5f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c07c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f015db9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    660d6ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a548e9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7441d51 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0e0096 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c2ac6a0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ed50025 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c088b4f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. If the entity to be connected to the previous entity for overlap cont…

    …ains a comma, it is skipped
    erumoico committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    66eb88e View commit details
    Browse the repository at this point in the history
  2. Applied commit d731b3a from KNOT/SEC git repository: Removed semicolo…

    …n replacement with a space in input string (Redmine issue #817)
    erumoico committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    c65806e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0dfde5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. If the entity to be connected to the previous entity for overlap is t…

    …he same entity, it overwrites the previous entity
    erumoico committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    ca829f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. 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
    erumoico committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    62d4494 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Following a previous change, the previous entity will not be discarde…

    …d, but truncated and will remain only as a coreference
    erumoico committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    44e1bdb View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Configuration menu
    Copy the full SHA
    af33e68 View commit details
    Browse the repository at this point in the history
  2. Following the previous changes, the previous entity will not be disca…

    …rded, but truncated and will gain new senses using Figa
    erumoico committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    902da79 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Throw out evil "try-except Exception: return" (In other words: "Do no…

    …t say, if you fail.")
    erumoico committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    a2776cd View commit details
    Browse the repository at this point in the history
  2. NameRecognizer: Fixed creation instance of Entity and migrated some f…

    …orgotten Python 2 code
    erumoico committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    9c3e886 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    b8bad09 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    066ce36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f762c56 View commit details
    Browse the repository at this point in the history
  3. Modified style of debugChangesInEntities() and added one after callin…

    …g add_unknown_names()
    erumoico committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    cbee669 View commit details
    Browse the repository at this point in the history
  4. Added launcher of Ner

    erumoico committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    395ed3c View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    60ef9d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e1da19 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Reverse compatibility with "/decipherKB-daemon_shm" removed, because …

    …it doesn't work since commit 7dfd609
    erumoico committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    54c86e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c237a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Removed unused convert input_string to bytes for each entity separate…

    …ly (of course, this commit speed up the progress and save memory)
    erumoico committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    32edbe4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Configuration menu
    Copy the full SHA
    70caa22 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    fcb870f View commit details
    Browse the repository at this point in the history