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.
php には、複数形または複数形の単語を処理する機能はありますか?
'apple' のような単語の末尾にある 's' を削除または置換するのは非常に簡単ですが、他の単語はそれほど単純ではありません。
PHP がそれを処理するネイティブな方法を持っていない場合、他の言語はどのように問題を処理するのでしょうか? 複数形化/複数形化を処理できる機能はありますか、それとも英語は文法的に一貫性がありませんか?