... [clojure.string :as str] [datasplash.api :as ds]) (:gen-class)) (defntokenize [l] (remove empty? (.split (str/trim l) "[^a-zA-Z']+"))) ...
確定! 回上一頁