Skip to content

Instantly share code, notes, and snippets.

@nburbank
Last active February 20, 2020 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nburbank/45d9fcdb2526a107b3652fd02847d9fc to your computer and use it in GitHub Desktop.
Save nburbank/45d9fcdb2526a107b3652fd02847d9fc to your computer and use it in GitHub Desktop.
val input: List[String] = List("1600", "Pennsylvania", "Ave", "NW", "Washington", "DC", "20500") 
val rawTags: List[Tag] = List(HouseNo, Street, Street, Street, City, State, ZipCode)
val collapsedTags: List[Tag] = List(HouseNo, Street, City, State, ZipCode)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment