Skip to content

Instantly share code, notes, and snippets.

@nburbank
Last active February 20, 2020 21:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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