This repository contains some of my solutions to Natural Language Processing (NLP) problems on Hackerrank.
The various problems implement the following algorithms:
Find if the provided string is a substring of a larger string
Use methods such as Term Document Matrix (TDM) to find the best replacement for ------ in a corpus of text.
Use TF-IDF matrix to find best possible match for book names and book descriptions.
Use n-grams to identify the gender of characters in a corpus of text.
Use Transfer Learning to add tags to questions on Stack Exchange