Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.2 KB

README.md

File metadata and controls

43 lines (24 loc) · 1.2 KB

Game Title Utils

This is a collection of tools and experiments for dealing with video game titles.

It consists of 3 subprojects:

  • Title Statistics
  • Named Entity Recognition
  • Title Comparison Algorithm

game title utils logo

Title statistics

Generate statistics of common video game title features in a list of game titles.

See title statistics README

Named entity recognition

Recognize video game titles in (English) texts, using either a dictionary-based approach or a trained machine learning model.

See NER README

Title comparison algorithm

Calculate similarity values for video game titles. The rule-based comparison algorithm is developed for taking game title specific features into account.

See title comparison README

License

All source code is licensed under the MIT license. The game titles (in named_entity_recognition/dict) are CC0.

Copyright

2019, Universitätsbibliothek Leipzig [email protected]

Authors