Spell Check and correct Multi-Category Tags using Dynamo

You’ll have to build it, but if the text from a parameter value is the same as the recommendation of the python node or the recommendation of the Archi-Lab node is an empty list then you know the spelling is correct. So

  1. Test for equality or count being 0
  2. Use a List.FilterByBoolMask node to separate the good (in) from the bad(out)
  3. Highlight the element in question using an OverideColorInView node or by setting a “misspelt” parameter to true and let the view template do the highlighting.
1 Like