問題タブ [snowball]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
68 問題
0
投票する
1
に答える
60
参照
stemming - Snowball でこのコード python を実行できますか?
単語の長さは 5 です。位置 0 の文字と位置 3 の文字を削除したい
Pythonでは次のようになります:
word = word[1:3] + word[4] #this is with python
質問は、どうすればスノーボールでそれを行うことができますか?