An open API service indexing awesome lists of open source software.

https://github.com/devamoghs/inverted-index-nlp

The purpose of an inverted index is to allow fast full text searches, at a cost of increased processing when a document is added to the database. The inverted file may be the database file itself, rather than its index.
https://github.com/devamoghs/inverted-index-nlp

Last synced: 9 months ago
JSON representation

The purpose of an inverted index is to allow fast full text searches, at a cost of increased processing when a document is added to the database. The inverted file may be the database file itself, rather than its index.

Awesome Lists containing this project

README

          

# inverted-index-nlp
The purpose of an inverted index is to allow fast full text searches, at a cost of increased processing when a document is added to the database. The inverted file may be the database file itself, rather than its index.