Expression reboot

- Downgraded A3::extract_words to return a simple vector of strings.
  Any more is unnecessary.
This commit is contained in:
Paul Beckingham 2011-07-24 16:44:05 -04:00
parent b30b187b4c
commit 67fb1e9be4
3 changed files with 5 additions and 8 deletions

View file

@ -101,7 +101,7 @@ public:
const A3 extract_filter () const;
const A3 extract_modifications () const;
const A3 extract_words () const;
const std::vector <std::string> extract_words () const;
const A3 tokenize (const A3&) const;