Skip to content

stepgazaille/mmr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MMR: Maximal Marginal Relevance

Build Status

A naive implementation of MMR in Python 3.

Installation

Requires Python >= 3.5.

cd mmr
pip install --upgrade pip

# Normal installation:
pip install .

# Editable installation:
pip install -e .

Running tests

Use the following command to run unit tests:

python -m unittest

Developpement corpus

A developpement corpus built using articles from The Guardian is provided for development and testing.

References

Original papers of baseline algorithms:

About

A naive implementation of MMR in Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages