Computer Science, asked by sicilybuhril, 2 months ago

search engines keep an index of important words called

Answers

Answered by SamreshOISK
1

Answer:

An inverted index is a system wherein a database of text elements is compiled along with pointers to the documents which contain those elements. Then, search engines use a process called tokenisation to reduce words to their core meaning, thus reducing the amount of resources needed to store and retrieve data.

Explanation:

Similar questions