/acronym_app

Acronym generator implemented in web app

Primary LanguagePython

About Project

Trying to make an acronym? Generate one here!

This is a webapp utilizing an algorithm I wrote here. The algorithm uses the Natural Language Toolkit to generate an acronym from a given word.

Link to website

Demo

Demo GIF

Future Plans

  • Improve UI. It's incredibly simple and plain.
  • Optimize generation algorithm. It sometimes takes upwards of 30 seconds to produce a result.