# Swift 6, <s>76</s> 69 bytes

```swift
let f={($0+"").replacing(/one|t[wh]|.i|[fsz]/){" "+$0.0}.dropFirst()}
```