VisualJoyce

Results 4 issues of VisualJoyce

针对每种风格的拼音,增加相关接口,获取全部合法拼音的列表。

new feature
discuss
backlog

## 问题描述 ``` {'pos': 't', 'word': '一九五四年', 'pinyin': 'yi1jiu3wu3si4nian2'}, ``` 我们已知该格式的拼音,可以考虑增加接口返回一个分割好的列表。当前的模式下,可能使用正则表达式即可。扩展到各种已知风格,可能会更复杂些。但是包装好的接口可以节省很多重复工作。 本issue中的例子可以这样解决: ```python def parse_pinyin(text): g = re.findall(r'([a-z]+)', text) if g is not None: return g else: return [text] ```

new feature
help wanted
discuss
backlog

我粗试用了一下,发现并不能建立对应,所以贵库会做在CTB上做POS的评测吗?如果是,是怎样做的呢?文章链接也可。多谢!

Now, the process reports `F0625 08:25:59.166216 119 syncedmem.cpp:71] Check failed: error == cudaSuccess (2 vs. 0) out of memory` on my 11GB 2080ti. But that's all we have.