Giter Site home page Giter Site logo

dukenlidb / nlidb Goto Github PK

View Code? Open in Web Editor NEW
108.0 13.0 33.0 15.15 MB

Natural Language Interface to DataBases

License: Apache License 2.0

Java 85.73% HTML 1.22% JavaScript 13.06%
database natural-language-processing natural-language-interface parse-trees sql-query wordnet

nlidb's People

Contributors

kepingwang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nlidb's Issues

Error in NLParser

While running the program following error occured
java.io.FileNotFoundException: edu\stanford\nlp\models\pos-tagger\english-left3words\english-left3words-distsim.tagger (The system cannot find the path specified)
error

NodeMapper takes only the score of 1 element from the list of values to analyze

for (String value : schema.getValues(tableName, colName)) { if (word == null || value == null) { System.out.println("Comparing "+word+" and "+value); System.out.println("In table "+tableName+", column "+colName); } valueNodes.add(new NodeInfo("VN", tableName+"."+colName, WordSimilarity.getSimilarity(word, value, wordNet))); //add every sample value into valueNodes }

even if we have 2K of elements for the table/column pair the similarity score of only the first value is taken into account that couldn't be the best one, that happens due to the how equals/hash code functions for NodeInfo are defined

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.