GithubHelp home page GithubHelp logo

leiloong / learningdl Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alifahsyamsiyah/learningdl

0.0 2.0 0.0 24.32 MB

This is source code of project "A Hybrid Approach to Learning DL Ontology From Text"

Java 83.02% Lex 14.54% HTML 1.60% Python 0.83%

learningdl's Introduction

This is source code of project "A Hybrid Approach to Learning DL Ontology From Text"

Prerequisites:

  1. Metamap version 2013. When install, put public_mm folder in the same directory with this source code directory
  2. Python. To test, run python generatePositiveExamplesOriTest.py
  3. Stanford Parser. After extracting the folder, make sure that you rename the outer folder to become stanford-parser (rename stanford-parser-full-20xx-xx-xx to stanford-parser). Then put that folder in the same directory with this source code directory

How to run:

  1. Compile all .java files by running javac *.java
  2. Run GUI class by command java GUI
  3. Insert input file containing biomedical text. You can try to insert file input.in in this folder
  4. Click Process and see the result

How to learn a GCI is formed by system:

User can see a set of sentences where a GCI comes from by clicking the ? symbol.
In the second box, the system will show those set of sentences.

How to validate a GCI:

User may change the role relation between two concept names.

  1. To validate, click the V symbol.
  2. In third box, system shows two concept names and their role in the format <first concept name> | <role relation> | <second concept name>
  3. User can change role relation by writing this abbreviation:
  • AM: Associated Morphology
  • AM-1: Associated Morphology (inverse role)
  • FS: Finding Site
  • FS-1: Finding Site (inverse role)
  • CA: Causative Agent
  • CA-1: Causative Agent (inverse role)
  • IS: Is-A relation
  • IS-1: Is-A relation (inverse role)
  1. and finally, click Train.

learningdl's People

Contributors

alifahsyamsiyah avatar petrux avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.