JUMANで分かち書きしたい

juman | grep -v "^@" | grep -v "^#" | awk '/^EOS$/ {print ""} !/^EOS$/ {printf "%s ", $1}' | sed -e "s/ $//"