Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mwhirls committed Jan 29, 2024
1 parent 1fdff09 commit 3d79530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// string literals from kuromoji (Mecab IPADIC)
export enum PartOfSpeech {
Filler = 'フィラー', // 「あのー」「えーと」
Filler = 'フィラー',
Interjection = '感動詞',
Symbol = '記号',
iAdjective = '形容詞',
Expand Down

0 comments on commit 3d79530

Please sign in to comment.