hmc-whisk / jsLDA

A React based version of jsLDA with brand new features added on
Other
0 stars 0 forks source link

Customizing tokenization #157

Closed xandaschofield closed 3 years ago

xandaschofield commented 3 years ago

Line 37 of LDAModel specifies a regex for tokens -- let's make that customizable in the configuration. (Java-style regex, e.g. "\p{L}+" instead of the current one as a test for one or more letter characters)

theobayard commented 3 years ago

If you're working on this issue, you need to address issue #164