brightmart / text_classification

all kinds of text classification models and more with deep learning
MIT License
7.83k stars 2.57k forks source link

About naming convention, what's the meaning of those alphanum? a0, a1, p5, p6, p8.... #92

Closed etern closed 5 years ago

etern commented 5 years ago

I try to read your code, those names seems strange to me, a0_xxx, a1_xxx, p5_xxx, p6_xxx, p8_xxx....

brightmart commented 5 years ago

hi. it is just a token. for example 'a0_xxx' represent a word.

brightmart commented 5 years ago

it is not for people to read, but for machine to read.