You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ WHERE {
81
81
82
82
## Big Picture
83
83
* Qanary provides the methodology for a knowledge-driven, vocabulary-based approach. Our long-term agenda is to create a knowledge-driven ecosystem for the field of Question Answering. It is part of the [WDAqua project](http://wdaqua.eu) where Question Answering systems are researched and developed.
84
-
*[Qanary Framework](https://github.com/WDAqua/Qanary/)is providing the core framework for creating Question Answering systems following the Qanary methodology. You might consider the Qanary Framework as a reference implementation of the Qanary framework as a microservice-based component architecture.
84
+
*[Qanary Framework](https://github.com/WDAqua/Qanary/)provides the core framework for creating Question Answering systems following the Qanary methodology. You might consider the Qanary Framework as a reference implementation of the Qanary framework as a microservice-based component architecture.
85
85
*[Qanary components](https://github.com/WDAqua/Qanary-question-answering-components) is covering the QA components compatible with the Qanary framework.
86
86
*[Frankenstein](https://github.com/WDAqua/Frankenstein) is a supporting framework to establish a toolset for rapid orchestration and benchmarking of Qanary components. For example, it provides the tools to create from 29 components 380 QA systems.
87
87
@@ -93,7 +93,7 @@ Please go to the [GitHub Wiki page](https://github.com/WDAqua/Qanary/wiki) of th
93
93
94
94
## How to Cite
95
95
96
-
### Introducing a Vocabulary for knowledge-driven Question Answering Processes
96
+
### Introducing a Vocabulary for Knowledge-driven Question Answering Processes
97
97
98
98
Kuldeep Singh, Andreas Both, Dennis Diefenbach, Saeedeh Shekarpour:
99
99
Towards a Message-Driven Vocabulary for Promoting the Interoperability of Question Answering Systems. ICSC 2016: 386-389
@@ -181,7 +181,7 @@ It matches terms in a given text with Wikipedia, \ie links text to recognize nam
181
181
*[Qanary ReMatch for *RL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-REL-ReMatch)
182
182
183
183
#### RelationLinker2 (RelationMatch)
184
-
* It devise semantic-indexbased representation of PATTY~\cite{DBLP:conf/emnlp/NakasholeWS12} (a knowledge corpus of linguistic patterns and its associated properties in DBpedia) and a search mechanism over this index with the purpose of enhancing relation linking task.
184
+
* It devises semantic-index-based representation of PATTY~\cite{DBLP:conf/emnlp/NakasholeWS12} (a knowledge corpus of linguistic patterns and its associated properties in DBpedia) and a search mechanism over this index with the purpose of enhancing relation linking task.
185
185
*[Qanary RelationLinker2 for *RL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-REL-RelationLinker2)
186
186
187
187
#### OKBQA DiambiguationProperty (ReLMatch)
@@ -193,29 +193,29 @@ It matches terms in a given text with Wikipedia, \ie links text to recognize nam
193
193
*[Qanary RelNliodRel for *RL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-REL-RelNliod)
194
194
195
195
#### Spot Property (AnnotationofSpotProperty)
196
-
* This component is the combination of RNLIWOD and OKBQA disambiguation module for relationlinking task.
196
+
* This component is the combination of RNLIWOD and OKBQA disambiguation modules for relation-linking tasks.
197
197
*[Qanary AnnotationofSpotProperty for *RL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-QB-AnnotationOfSpotClass-OKBQA)
198
198
199
199
200
200
201
201
### Question Answering Class Linking (CL) Components
202
202
203
203
#### ClsNliodCls (NLIWOD CLS)
204
-
* NLIWOD Class Identifier is one among the several other tools provided by NLIWOD community for reuse. The code for class identifier is available on GitHub.
204
+
* NLIWOD Class Identifier is one among the several other tools provided by the NLIWOD community for reuse. The code for the class identifier is available on GitHub.
205
205
*[Qanary ClsNliodCls for *CL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-CLS-CLSNLIOD)
206
206
207
207
#### AnnotationofSpotClass (OKBQA Class linker)
208
-
* This component is part of OKBQA disambiguation module.
208
+
* This component is part of the OKBQA disambiguation module.
209
209
*[Qanary AnnotationofSpotClass for *CL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-QB-AnnotationOfSpotClass-OKBQA)
* Template-based query builders are widely used in QA community for SPARQL query construction. This component is similar to the existing template-based components.
214
+
* Template-based query builders are widely used in the QA community for SPARQL query construction. This component is similar to the existing template-based components.
215
215
*[Qanary QueryBuilder for *QB*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qa.qanary_component-QueryBuilder)
216
216
217
217
#### SINA (QB)
218
-
* SINA is a keyword and natural language query search engine that is based on Hidden Markov Models for choosing the correct dataset to query. We decoupled original implementation to get query builder.
218
+
* SINA is a keyword and natural language query search engine that is based on Hidden Markov Models for choosing the correct dataset to query. We decoupled the original implementation to get a query builder.
219
219
*[Qanary SINA for *QB*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-QB-Sina)
0 commit comments