wordnet-blast
wordnet-blast copied to clipboard
Get rid of boost dependency in client applications
I really like boost and think that is a very good alternative to implement graphs, but forcing the user of wnb
to include it is not needed and not desirable, boost-graph should be kept as implementation detail.
I suggest moving these boost includes to the .cc
file using some chesire-cat pattern or using an interface for wordnet
class.