phonetic

 

漢字のよみを取得

miyako/4d-plugin-x-phonetic

result:=Phonetic(string)
Parameter
Type
Description
result
TEXT
string
TEXT
results:=Phonetics(string{;options})
Parameter
Type
Description
results
COLLECTION
string
TEXT
options
OBJECT

オブジェクトのコレクションが返されます。

  • word: 文節
  • yomi: よみ

options

  • width: 全角 full 半角 half
  • format: ひらがな hiragana カタカナ katakana

デフォルトは「全角ひらがな」です。

  • mode: Windows only 形態素分解 detail

Windows 品詞コード

MacのNSLinguisticTaggerは日本語のNSLinguisticTagSchemeLexicalClassをサポートしていないようです。