In the latest release of Fluent Editor, we have implemented a simple and intuitive way for multiple users to edit the same ontology at the same time. This is possible by using the functionalities of both Fluent Editor and Cognitum's scalable knowledge management system Ontorion. In this article we will try to give you a general understanding of how this concurrent editing of ontologies is working.
As a comment we would like to stress that the component that we will show you has been implemented in C# using the Ontorion API (that is part of the Ontorion Server). If thus have access to the Ontorion API and Ontorion Server, you can implement all functionalities that you see in this article in your custom program. For more information about Ontorion Server and the Ontorion API you can contact us here.
First of all open Fluent Editor, click File, Open&Import , Ontorion Server and then Connect to Ontorion.
Showing posts with label Ontorion SDK. Show all posts
Showing posts with label Ontorion SDK. Show all posts
Sunday, 15 February 2015
Collaborative ontology editing with the use of Fluent Editor and the Ontorion Server
Labels:
C#,
CNL,
editor ontology,
Fluent Editor,
knowledge engineering,
Natural Language Processing,
NLP,
Ontorion SDK,
Ontorion Server,
OWL,
Semantic,
Semantic Asset Management Application,
Semantic Technology
Monday, 19 January 2015
Mixing Text Mining with Semantic Technologies - sample application.
The very broad subject of processing the natural language is incredibly hot nowadays. In many cases, a regular text mining approach is not adequate to the problems that we are facing. Therefore text mining methods are mixed with Natural Language Processing(NLP) methods, like also, with semantic technologies - what gives better results. One of such a problem is how to find out, if two sentences are semantically equal or not.
The solution for the above problem could be used on many fields. One of them is detection of an abusive clauses inside a contract. Sometimes it's really hard to understand correctly, the exact meaning of a clause inside a contract, even for a specialists. For a sake of presentation I have developed a simple application prototype which attempts to solve this problem. Application was developed in C# and it uses Ontorion SDK.
The solution for the above problem could be used on many fields. One of them is detection of an abusive clauses inside a contract. Sometimes it's really hard to understand correctly, the exact meaning of a clause inside a contract, even for a specialists. For a sake of presentation I have developed a simple application prototype which attempts to solve this problem. Application was developed in C# and it uses Ontorion SDK.
Input
Before running the application we need three files:- File with contract in which we will attempt to detect abusive clauses.
- File with abusive clauses.
- File with ontology.
Subscribe to:
Posts (Atom)