Changes between Initial Version and Version 1 of DespoinaLog/2010/03/30


Ignore:
Timestamp:
2010-10-01T23:19:13+02:00 (14 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/03/30

    v1 v1  
     1 * JBoss @ eclipse : [[BR]]Cannot complete the install because one or more required items could not be found.[[BR]]  Software being installed: JBoss BIRT Integration 1.0.1.v200910211631N-H194-GA (org.jboss.tools.birt.feature.feature.group 1.0.1.v200910211631N-H194-GA)[[BR]]  Missing requirement: JBoss BIRT Core 1.0.1.v200910211631N-H194-GA (org.jboss.tools.birt.core 1.0.1.v200910211631N-H194-GA) requires 'bundle org.eclipse.birt.integration.wtp.ui 0.0.0' but it could not be found[[BR]]  Cannot satisfy dependency:[[BR]]    From: JBoss BIRT Integration 1.0.1.v200910211631N-H194-GA (org.jboss.tools.birt.feature.feature.group 1.0.1.v200910211631N-H194-GA)[[BR]]    To: org.jboss.tools.birt.core [1.0.1.v200910211631N-H194-GA]
     2   * Uncheck JBoss Birt Integration.                                                          *
     3 * hacked peregrine in part.
     4   * debug MainPage in http://www.molgenis.org/svn/molgenis_projects/molgenis_rdf_test
     5     * error coming from   peregrine call
     6       * Peregrine peregrne = new !PeregrineImpl(ontology, tokenizerFactory, null, disambiguator,  disambiguationDecisionMaker);
     7 * NLQ
     8   * A transition from NL to querying rdf
     9     * Explore the potential of transform a natural language text (very simple syntactic rules should be appplied?)
     10       * The common structure of a sparql query include
     11         * Prefix : This will be determined by the domain . (specific rdf graph or group of them)
     12         * select : target of the search - input form the user .
     13           * one or two terms?
     14           * In this part we can either ask for a very specific input . Actual terms he is looking for e.g. name? assession?
     15           * need for some syntactic parser / NLP processing in input text
     16         * where
     17           * same tool for syntactic parsing of the query
     18           * use list of terms
     19           * TURTLE based syntax
     20             * research whether there is an existing tool for transition NL --> turtle format
     21           * the "where clause " is specified by the RDF properties therefore the domain we are looking in .
     22     * For a specific rdf entry we can have a variety of terms in search , but there is an index ? -- node of the graph ?
     23   * *
     24
     25NLQ links :
     26
     27 * http://drmlab.org/wp-content/uploads/papers/nlp.pdf
     28 * http://uscode.house.gov/help/htmlsrc/natlang.html
     29 * http://gate.ac.uk/sale/eswc08/clone-ql/clone-ql.pdf
     30 * http://www.tao-project.eu/
     31   * semantic search demo[http://www.tao-project.eu/demos-dec07/semantic-search-demo/cloneservice.html http://www.tao-project.eu/demos-dec07/semantic-search-demo/cloneservice.html]
     32   * http://ropot.ijs.si/Tao/TaoWp2Video_media/TaoWp2Video.swf
     33
     34terms : 
     35
     36 * NLQ : natural language query,
     37 * application mining :  
     38   * Digging into existing applications to extract extra value, or adding additional value through combining applications into a greater whole.
     39   * Digging into existing “data” base(s) to extract extra value, or performing secondary analysis of existing data.