Kamoji lexer and lexicon support for Fin natural language processor.
This extension adds support for over 1400 Kamoji, including simple ones like ಠ_ಠ
and complex ones like:
(ノ-.-)ノ….((((((((((((●~*(>_<)
( ̄▽ ̄)/♫•*¨*•.¸¸♪
(>^_^)><(^o^<)
(;-_-)――――――C<―_-)
npm i --save fin-kamoji
const fin = require('finnlp');
fin.extend(require('fin-kamoji'));
// now when you instantiate a new input, Kamoji will be supported.