Skip to content

Commit cb94c36

Browse files
authored
Update README.md: Fixed typos
1 parent 0ef9cef commit cb94c36

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ WHERE {
8181

8282
## Big Picture
8383
* 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.
8585
* [Qanary components](https://github.com/WDAqua/Qanary-question-answering-components) is covering the QA components compatible with the Qanary framework.
8686
* [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.
8787

@@ -93,7 +93,7 @@ Please go to the [GitHub Wiki page](https://github.com/WDAqua/Qanary/wiki) of th
9393

9494
## How to Cite
9595

96-
### Introducing a Vocabulary for knowledge-driven Question Answering Processes
96+
### Introducing a Vocabulary for Knowledge-driven Question Answering Processes
9797

9898
Kuldeep Singh, Andreas Both, Dennis Diefenbach, Saeedeh Shekarpour:
9999
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
181181
* [Qanary ReMatch for *RL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-REL-ReMatch)
182182

183183
#### RelationLinker2 (RelationMatch)
184-
* It devise 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.
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.
185185
* [Qanary RelationLinker2 for *RL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-REL-RelationLinker2)
186186

187187
#### OKBQA DiambiguationProperty (ReLMatch)
@@ -193,29 +193,29 @@ It matches terms in a given text with Wikipedia, \ie links text to recognize nam
193193
* [Qanary RelNliodRel for *RL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-REL-RelNliod)
194194

195195
#### Spot Property (AnnotationofSpotProperty)
196-
* This component is the combination of RNLIWOD and OKBQA disambiguation module for relation linking task.
196+
* This component is the combination of RNLIWOD and OKBQA disambiguation modules for relation-linking tasks.
197197
* [Qanary AnnotationofSpotProperty for *RL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-QB-AnnotationOfSpotClass-OKBQA)
198198

199199

200200

201201
### Question Answering Class Linking (CL) Components
202202

203203
#### 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.
205205
* [Qanary ClsNliodCls for *CL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-CLS-CLSNLIOD)
206206

207207
#### AnnotationofSpotClass (OKBQA Class linker)
208-
* This component is part of OKBQA disambiguation module.
208+
* This component is part of the OKBQA disambiguation module.
209209
* [Qanary AnnotationofSpotClass for *CL*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-QB-AnnotationOfSpotClass-OKBQA)
210210

211211
### Question Answering Query Builder (QB) Components
212212

213213
#### QueryBuilder (NLIWOD Template-based QB)
214-
* 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.
215215
* [Qanary QueryBuilder for *QB*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qa.qanary_component-QueryBuilder)
216216

217217
#### 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.
219219
* [Qanary SINA for *QB*](https://github.com/WDAqua/Qanary-question-answering-components/tree/master/qanary-component-QB-Sina)
220220

221221

0 commit comments

Comments
 (0)