Research Article

Detecting Illegal Online Gambling (IOG) Services in the Mobile Environment

Algorithm 2

Deciding KoNLPy and matching options.
import konlpy.tag as kn
class classifier:
 …
 okt = kn.Okt()
 mecab = kn.Mecab(dicpath = “PATH”)
 tokenizers = [okt.morphs, okt.nouns, okt.phrases, mecab.morphs, mecab.nouns, None].