Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が今行っている方法は、文字列をNSSet内の単語の配列に分割し、ストップワードのセットを差し引いたものです。より効率的な方法はありますか?
NSRegularExpressionはあなたの友達です。
優れた正規表現ライブラリはそれをより速く行うかもしれません。