Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I want to create a domain ontology model in owl or rdf format and then to parsing using jena toolkit ,i dont idea as to how to create it is there any tool or software for creating ontology??please help with the sum idea towards my approach
Tools for creating OWL ontologies include the following:
Protege
TopQuadrant
To then work with an ontology in Jena use:
ModelFactory.createOntologyModel().read("http://uri-to-OWL-resource");
You may also have a look at Neologism. See also this "List of Ontology Modeling Tools"
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
It there a visual db editor (similar to Navicat - http://www.navicat.com/products) that is designed to work with rails migrations and other rails-like approaches to models?
Specifically, I would like a graphical tool that can aid in the creation and maintenance of rails models/migrations.
I've never seen a visual tool to actually edit or design migrations. But there is one to draw a graph of an existing setup. It includes has_many relationships which are defined in the model. It is called Rails ERD (Entity-Relationship Diagrams for Ruby on Rails):
http://rails-erd.rubyforge.org/
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Please suggest me the IDE for learning X++.Also give me the url to download it.
To develop in X++, you must use Microsoft Dynamics AX. The software is not available for download and must be bought and installed through a Microsoft partner.
However, you can learn X++ through some good textbooks, such as the ones listed here: http://msdn.microsoft.com/en-us/dynamics/ax/cc546579.aspx
And through classroom training courses offered through Microsoft, such as this one: http://www.microsoft.com/learning/en/us/Course.aspx?ID=80303A&Locale=en-us
Or, you can simply browse the MSDN library for detailed information:
http://msdn.microsoft.com/en-us/library/aa867122.aspx
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
HI I am a Parsing Newbie and I intend to learn it for my project. Can anyone suggest me good books or tutorials for the same? I know a little bit about Context free grammar but that is all the exposure I have
This book teachs many things, including parsing. It's considered a classic in compilers.
http://www.amazon.com/Compilers-Principles-Techniques-Alfred-Aho/dp/0201100886
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Can anyone recommend me a good DB4O file viewer ?
Bonus : Does anyone have a recommendation of a tool that can look at corrupted files (made by db40)?
Thanks
Well db4o includes its object manager for Java and .NET
For .NET I've written a LINQPad driver. If it is missing a feature just tell me.
For broken databases. Hmm, not sure if there a great tool for that. But I would first check with the integrity check tool. (Java, .NET)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a piece of software that, given some text, will extract the "meaningful" keywords. For example, in the sentence:
StackExchange is an online community.
I want "StackExchange" and "online community" to be singled out as semantically-meaningful keywords, but not "is" or "an".
A bit of research led to Alchemy API, which does the job well. Are there other solutions out there, especially open source ones?
There is TexLexan, which is open source. This page also has good list of open source and commercial options.
It's a bit old, but I had really good luck building my own tools on top of MontyLingua.