DevopediaOrg / webapp

A dummy repo as a placeholder for Devopedia webapp. It will be used mainly to track issues.
7 stars 0 forks source link

Automate inter-article linking #305

Open arvindpdmn opened 5 years ago

arvindpdmn commented 5 years ago

Words or phrases in an article can link to other articles within Devopedia. An author can code these links manually. However, we want the Devopedia platform to automatically add the links.

For example, consider the sentence "Database replication, partitioning and clustering are concepts related to sharding." which appears in an article on Database Sharding. Database Replication is another article on Devopedia. The NLP model should identify that the phrase "Database replication" should be linked to that article.

We don't want too many links in a page. Therefore, some ranking must be done to display only some of the links. This may be a separate model or handled as a post-processing task.

Here are some useful observations:

arvindpdmn commented 4 years ago

Resources:

arvindpdmn commented 4 years ago

Related to #423 and #96