vector-space-model
There are 159 repositories under vector-space-model topic.
kreeben/resin
Vector space index based search engine that's available as a HTTP service or as an embedded library.
cvangysel/cuNVSM
Neural Vector Space Models
nasa-jpl-memex/topic_space
Topic modeling web application
nokia/code-compass
a contextual search engine for software packages built on import2vec embeddings (https://www.code-compass.com)
zjohn77/retrieval
Tunable full text search engine in JavaScript that: (1) works natively on web apps like Express.js; (2) easy to customize (via BM25) to specific types of documents (e.g. tweets, scientifc journals); (3) is deployable on either the client-side or the server side.
ronaldseoh/cs276
Me working on "CS276: Information Retrieval and Web Search"
vancanhuit/simple-search-engine
Simple search engine with python 3
arasgungore/DeepLearning.AI-Natural-Language-Processing
My solutions to the assignments in the NLP Specialization offered by DeepLearning.AI on Coursera.
ua-datalab/Geospatial_Workshops
UArizona DataLab Workshops
ishaan007/vector_space_modelling
NLP in python Vector Space Modelling and document classification NLP
hbrouwer/dfs-tools
Distributional Formal Semantics (DFS) tools
jaytimm/google-ngrams-and-r
An R-based guide to sampling Google n-gram data, building historical term-feature matrices & investigating lexical semantic change historically.
samujjwaal/Cranfield-Vector-Space-Model
Implementation of a Vector Space Retrieval Model using TF-IDF and cosine similarity on the Cranfield document corpus
hbrouwer/coals
Correlated Occurrence Analogue to Lexical Semantics (COALS)
manan-paneri-99/Vector-Space-based-Document-Retrieval-system
Retrieves the top 10 documents from the Wikipedia corpus for a user inputted free-text query
nwihardjo/SpaghettiSearch
A Concurrent Search Engine built with Go
quan-to/go-vsm
Vector Space Model implementation in Go
vigneshnadar/Information-Retrieval
Search Engine Implemented in Python. Components : Web Crawler. Indexer. Parser. Page Ranking Algorithm
boyter/golangvectorspace
An implementation of the Vector Space model in GoLang
abuwildanm/Information-Retrieval
Information Retrieval with Vector Space Model for News Article
mayank-02/vector-space-model
Implementation of Vector Space Model using TF-IDF and Cosine Similarity
SavanK/DataVisualizations
Data Visualizations
xingniu/computational-stylistic-variations
Stylistic Variations in Distributional Vector Space Models
AbdelrahmanBayoumi/IR-Models
Implementation of IR Models with GUI, Using Python & Flask for back-end and HTML & CSS for front-end
Abhishek-EE/Text-Similarity-Score-Generator
This is a Text Similarity Score Generator. It takes in two different texts and compares how similar they are. To calculate the similarity score I am using Vector Space Model. This model creates a vector Space where each dimension represents a single word. Words are taken from all the texts that are considered. One document is a single vector space. Each dimension of a single document vector represents how often this word appears in the text.To compare two documents a cosine similarity is used. This generates a value between 0 and 1, 0 meaning no similarity and 1 meaning perfect match.
bent10/boox
Search anything, instantly
EthanWng97/NUS-information-retrieval
📚 Assignments for CS3245: Information Retrieval
jtejido/basset-ir
Basset IR - An Information Retrieval library.
Kaushalmam/Search-engine
Implementation of a search engine using a vector space model.
markomih/document-classification
Finding the most similar textual documents using Case-Based Reasoning
pvnieo/searchy
Implementation of a search engine on the cacm and CS276 (Stanford) collections.
samujjwaal/uic-search-engine
Web search engine to retrieve most relevant web-pages for user search query from web-pages crawled on the UIC domain
thuongtruong1009/Point2D-and-Vector2D
The first mini project kind of Data Structure & Algorithm subject. Enjoy it !
YoucefBYu/Information-Retrieval-Models
Information Retrieval basic Models Implementation
Jayveersinh-Raj/Cross_lingual_abuse_detection
In this work we applied multilingual zero-shot transfer concept for the task of toxic comments detection. This concept allows a model trained only on a single-language dataset to work in arbitrary language, even low-resource.
Riadh-Bouarroudj/Mini-search-engine
This code describes a mini search engine used for information retrieval from the CACM dataset using Boolean and Vectorial models.