mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

vt-dictionary: provide a list backed implementation of dictionary #86

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is currently only a ternary tree dictionary implementation.
Provide an ArrayList backed implementation of dictionary that leverages 
Collections.binarySearch() for finding words.

Original issue reported on code.google.com by dfis...@gmail.com on 3 Aug 2010 at 10:19

GoogleCodeExporter commented 8 years ago
ArrayWordList implementation provided that can be leveraged with 
WordListDictionary.

Original comment by dfis...@gmail.com on 17 Sep 2010 at 7:09