takuyaa / kuromoji.js

JavaScript implementation of Japanese morphological analyzer
832 stars 117 forks source link

Wrong pos? #17

Closed r-yanyo closed 6 years ago

r-yanyo commented 7 years ago

I'm searching "名詞" in the sentence.

but "、" is classfied "名詞" like below.

{ word_id: 51340, word_type: 'KNOWN', word_position: 16, surface_form: '、', pos: '名詞', pos_detail_1: '数', pos_detail_2: '*', pos_detail_3: '*', conjugated_type: '*', conjugated_form: '*', basic_form: '、', reading: '、', pronunciation: '、' }