hi, but without the AI, for such a string of 20 chinese character/word, GB.js wont know where to break it up. i am sure it will need a dictionary to only GUESS the breakpoint, and i am sure it wont perform as good as a human brain.
so, for this msg from zhihu.com
【知乎】你的验证码是 698449,此验证码用于登录知乎或重置密码。10 分钟内有效。
I just wish it to fill the screen space, and when that line is full, make a new line.
thus if the screen allow 15 characters, pls simply output:
【知乎】你的验证码是 698
449,此验证码用于登录知
乎或重置密码。10 分钟内有
效。
ANYONE who knows chinese could interpret as long as the sequence is unchanged, nothing like space nor punctuations are added.
To the extreme, as i mentioned before, even you cut at every character/word and dont change the sequence, nothing added (except make a new line), every one could still understand.
【
知
乎
】
你
的
验
证
码
是
6
9
8
4
4
9
,
此
验
证
码
用
于
登
录
知
乎
或
重
置
密
码
。
1
0
分
钟
内
有
效
。
Any breaking it up into phrase of 2-3 characters introduced space which could imply an opposite meaning so I completely disagree on that.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
hi, but without the AI, for such a string of 20 chinese character/word, GB.js wont know where to break it up. i am sure it will need a dictionary to only GUESS the breakpoint, and i am sure it wont perform as good as a human brain.
so, for this msg from zhihu.com
【知乎】你的验证码是 698449,此验证码用于登录知乎或重置密码。10 分钟内有效。
I just wish it to fill the screen space, and when that line is full, make a new line.
thus if the screen allow 15 characters, pls simply output:
【知乎】你的验证码是 698
449,此验证码用于登录知
乎或重置密码。10 分钟内有
效。
ANYONE who knows chinese could interpret as long as the sequence is unchanged, nothing like space nor punctuations are added.
To the extreme, as i mentioned before, even you cut at every character/word and dont change the sequence, nothing added (except make a new line), every one could still understand.
【
知
乎
】
你
的
验
证
码
是
6
9
8
4
4
9
,
此
验
证
码
用
于
登
录
知
乎
或
重
置
密
码
。
1
0
分
钟
内
有
效
。
Any breaking it up into phrase of 2-3 characters introduced space which could imply an opposite meaning so I completely disagree on that.
thanks