This repository is not active
gobbletown/TextAssociator
TextAssociator is a general tool that will allow you to maintain one-directional word associations. It maintains word associations as a built-from-scratch HashTable of WordInfo objects. It uses a self-resizing, non-generic HashTable, using separate chaining as a collision resolution.
Java