ActsAsTaggableOn scoped to Account

Hi,

Can anybody give me some clues how to use ActsAsTaggableOn in an Account scoped way?

ie. I want several accounts each to have their own sets of tags to tag their own articles rather than sharing a giant pool of tags.

Or perhaps there is a better solution than ActsAsTaggableOn?

Thanks!