aethanyc / icu4x

Solving i18n for client-side and resource-constrained environments.
Other
3 stars 0 forks source link

Use another LSTM data format instead of JSON #3

Closed makotokato closed 2 years ago

makotokato commented 3 years ago

Actually, LSTM's binary format (*.npy) depends on TensorFlow. LSTM team suggests that we can create other format (see https://github.com/unicode-org/lstm_word_segmentation/issues/16). So I should use rust data type or any format instead of JSON via build.rs.

aethanyc commented 2 years ago

This is a dup of https://github.com/unicode-org/icu4x/issues/905.