Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

A brief literature review of efficient data structures for representing n-gram language models.

Notifications You must be signed in to change notification settings

AnthonyDickson/review-n-gram-representation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Methods for Efficient N-Gram Representation

This repo hosts a short literature review on efficient data structures for representing n-gram language models. Copied from the abstract:

N-grams are used in a variety of tasks across fields such as Information Retrieval, Natural Language Processing, and Machine Learning. Handling large datasets of n-grams requires an efficient method of representing these n-grams, in terms of both memory usage and retrieval speed. In this literature review I undertake a brief survey of the current state of the art for efficient n-gram representations and language models, and then look at a trie-based method whose authors report to be competitive with the current state of the art in terms of both time and space complexity.

About

A brief literature review of efficient data structures for representing n-gram language models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages