I use this command, but the word-cut results are same to space-split. Thank you very much.
Author: guotong1988Created May 29, 2024Updated May 29, 2024
java -cp "stanford-corenlp-4.5.6/*" edu.stanford.nlp.international.arabic.process.ArabicTokenizer useUTF8Ellipsis,normArDigits,normArPunc,normAlif,normYa,removeDiacritics,removeTatweel,removeQuranChars,removeProMarker,removeSegMarker,removeMorphMarker,removeLengthening,atbEscaping < input.txt
Thank you very much @AngledLuffa @J38 @gangeli @rayder441 @angelxuanchang
Source: stanfordnlp/CoreNLP