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

Feature 870 create automated annotation for module identification #1111

Commits on Mar 12, 2022

  1. The script is finished so far:

    - [ ] Creating the belonging annotation in each OMN
    
    - [ ] Checks, if run is necessary
    
    I'm unsure if the OMN files are still correct.
    I'm afraid I don't know this ontology well enough to judge the results for myself.
    stage1407 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    a7bf817 View commit details
    Browse the repository at this point in the history
  2. Little Changes

    Just changed some stuff for managing the file system in the btma-directory.
    stage1407 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    d64dc72 View commit details
    Browse the repository at this point in the history
  3. Delete robot.jar

    Just deleted the big JAR :'D
    stage1407 committed Mar 12, 2022
    Configuration menu
    Copy the full SHA
    7de3df2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. edited annotator.py

    Should handling know most prefixes.
    And checks if updating is necessary
    stage1407 committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    74ea6f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Changed Prefix

    ":" -> "OEO:"
    stage1407 committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    1781d8f View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Ready for Presentation in OEO Group

    Build in the commented final-call additional to the test-call that shows the functionality in comparison to the unedited files.
    
    Deleted some outdated comments.
    stage1407 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    fbde901 View commit details
    Browse the repository at this point in the history
  2. Update annotator.py

    Edited the last loop for better overview on the procedure
    stage1407 committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1891459 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. Rule based belongings, extract prefixes

    Now the script follows the
    Priority-rule:
    shared->physical->social->model.
    
    The script extracts the prefixes of the ontology (without using ROBOT)
    stage1407 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    14be3e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f21749f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Updated annotator.py and README.md

    Updated requirements on annotator based on the review.
    
    Add a hint to the README.md
    for consistency
    stage1407 committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    81b10ca View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Updated annotator.py

    Now the script extracts the type of each entity and adds it in the template.csv to hold the types of the entities of the ontology.
    stage1407 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e177845 View commit details
    Browse the repository at this point in the history
  2. Updated the annotator.py

    Two little changes.
    One for Tests and a comment.
    stage1407 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    8f5293e View commit details
    Browse the repository at this point in the history
  3. Update annotator.py

    Tried to fix it with the additional Prefix in the template
    stage1407 committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    fecf0a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Update the annotator script

    implemented Loading Symbol + make script callable from the Terminal
    stage1407 committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    99a0357 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Update annotator.py

    Refactored, restructured, commented and documented
    stage1407 committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    cef8d1d View commit details
    Browse the repository at this point in the history