3003 / Text-Retrieval-PythonLinks
Collection of functions and scripts for text retrieval in Python: Document collection preprocessing, Feature Selection, Indexing, Query processing, Ranking, Relevance evaluation
☆43Updated 12 years ago
Alternatives and similar repositories for Text-Retrieval-Python
Users that are interested in Text-Retrieval-Python are comparing it to the libraries listed below
Sorting:
- Code base for representation learning of very short texts, such as tweets. By Cedric De Boom, IBCN, Ghent University, Belgium.☆35Updated 9 years ago
- Classifying text with bag-of-words☆113Updated 10 years ago
- Entity level sentiment analysis for product reviews using deep learning☆56Updated 9 years ago
- Implements Rocchio Query Expansion - similar to "related searches:" found at popular search engines but based on relevant documents selec…☆20Updated 8 years ago
- Extract synonyms, keywords from sentences using modified implementation of Aho Corasick algorithm☆40Updated 8 years ago
- Machine learning prediction of movies genres using Gensim's Doc2Vec and PyMongo - (Python, MongoDB)☆36Updated 2 years ago
- Tools and services for evaluating topic models☆15Updated 9 years ago
- Python code for detecting topics/events from a Twitter stream☆100Updated 6 years ago
- Using Centroids of Word Embeddings and Word Mover's Distance for Biomedical Document Retrieval in Question Answering.☆14Updated 8 years ago
- Text pre-processing library for deep learning (Keras, tensorflow).☆117Updated 7 years ago
- Demo code to use SyntaxNet for basic paraphrasing.☆49Updated 7 years ago
- Similarity search on Wikipedia using gensim in Python.☆60Updated 6 years ago
- NLP tutorial☆42Updated 7 years ago
- Extract opionion phrases from user reviews☆63Updated 10 years ago
- Aspect-based opinion mining on Yelp reviews☆69Updated 8 years ago
- Simple practice for text classification using Python☆57Updated 10 years ago
- Uses Recurrent Neural Network (LSTM/GRU/basic_RNN units) for summarization of amazon reviews☆132Updated 7 years ago
- Topic Modelling and Sentiment Analysis on Tweets Using LDA☆21Updated 7 years ago
- A list of notes about NLP papers☆36Updated 7 years ago
- Topic Modelling for Humans☆22Updated 7 years ago
- Instructions & code for the EuroPython 2014 training session "Topic Modeling for Fun and Profit"☆110Updated 11 years ago
- Semantic Textual Similarity in Python☆81Updated 8 years ago
- Topic modeling with gensim and LDA☆168Updated 8 years ago
- The goal of this project is to implement a Question Answering (QA) system that answers causal type questions. We use Wikipedia as a knowl…☆102Updated 12 years ago
- A simple CNN implementation in Keras.☆30Updated 9 years ago
- My solution to Kaggle Quora Question Pairs competition (Top 2%, Private LB log loss 0.13497).☆102Updated 4 years ago
- This is our team's solution report, which achieves top 10% (305/3307) in this competition.☆59Updated 8 years ago
- Document clustering in Python☆30Updated 9 years ago
- Augmenting word embeddings with their surrounding context using bidirectional RNN☆60Updated 5 years ago
- An example on how to train supervised classifiers for multi-label text classification using sklearn pipelines☆110Updated 7 years ago