- Allow ::getWords to run ::analyze but skip the desugar and decomposition
  steps.
This commit is contained in:
Paul Beckingham
2014-10-25 16:51:35 -04:00
parent 0ca4b34f75
commit 0138c13833
2 changed files with 24 additions and 18 deletions

View File

@@ -69,7 +69,7 @@ public:
void entity (const std::string&, const std::string&);
void initialize (int, const char**);
void add (const std::string&);
void analyze ();
void analyze (bool parse = true);
const std::string getFilter ();
const std::vector <std::string> getWords ();
const std::vector <std::string> getModifications ();