S
S
Sergey Nizhny Novgorod2016-09-22 07:24:16
Django
Sergey Nizhny Novgorod, 2016-09-22 07:24:16

How to organize the work of relevant materials?

Hello.
There is a pool of articles of about 300 pieces, there is a pool of courses of about 200 pieces. It is necessary to make sure that courses relevant to it are shown in each article. Moreover, courses and articles are constantly supplemented, so it’s quite problematic to sort through all this with pens.
What system is in place to achieve good accuracy in displaying relevant courses for articles?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2016-09-22
@Terras

A simple solution is to add fields (possibly hidden from users) for storing tags to courses and articles, and then select matching tags and sort the result by the number of matches.
The option is more complicated - when showing a course, use full-text search to search for its title among the articles and vice versa.
A completely ferocious option is to use something like NLTK to analyze the texts of all entities and automatically build M2M connections between them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question