If I understood correctly, you want to replace the each word beginning with 2 or more `s`-characters:
sed s'/ss[^[:blank:]]*/gggg/g'
If I understood correctly, you want to replace the each word beginning with 2 or more `s`-characters:
sed s'/ss[^[:blank:]]*/gggg/g'