drennings / CareFinder

Project for the course IN4325 Information Retrieval (Web Information Systems @ Delft University of Technology), assignment by myTomorrows
1 stars 3 forks source link

High level processes #1

Closed mjuchli closed 7 years ago

mjuchli commented 7 years ago

screen shot 2017-03-01 at 12 44 53

Dear all,

According to the lecture slides, we see two processes of an IR system:

Combining this with my thoughts about structuring the project, I came up with a separation of three processes for now:

Those three steps build a high-level pipeline of an IR system. If we zoom into each of those components, we should be able to draw an internal pipeline. A rudimentary draft of such an internal pipeline was already created for the Search process.

Further more, I believe that the segmentation of the content acquisition and processing will help us to better separate our tasks and the therefore related concerns. Likewise I could imagine that we can split up the search process in the parts:

mjuchli commented 7 years ago

Initial draft provided with: 264f9c19aad0e1388ed78c3f6680d3b3e1bd7931 and 310d5156d9d528df96c8a552fa19f3e68d766c04

lexrazoux commented 7 years ago

20170302LRS_Pipeline.pptx

mjuchli commented 7 years ago

@Krymnos and me created the issues for the project idea document. Among other things, that contains indexing process (#16) and Query and result presentation process (#17). The first of which is a merge of previously created Content Acquisition as well as Content Processing. The latter one is basically the same as Search Processing.