Guoao Wei

Results 9 issues of Guoao Wei

想参考一下在什么硬件配置下能达到那样的预测和训练速度。

是直接通过空格分割吗?`filt=True`时有的英文和数字也会被过滤,想问下具体的机制是怎样的,工作中遇到了中英数字夹杂的文本。

在其它fragment时状态栏是常驻的,转到phoenix的fragment之后状态栏变成自动隐藏了,转回其它fragment的时候状态栏仍然是自动隐藏的。 请问在哪里可以修改有关状态栏的设置?

This PR add codes to generate test cases for each function according their input HeroSeries. Only functions with one HeroSeries input will be generated with test case. Exceptions can be...

Currently `test_indexes` save all test cases using hard encoding, by listing all functions and their valid inputs separately, where lots of functions share the same input. With HeroSeries objects as...

enhancement
testing

This is the first step towards the Chinese support. All the docstrings are the same with original. - Create a `hero.lang.hero_zh` module - Implement `preprocessing.py` for Chinese, removing some inapplicable...

enhancement

Hello, my name is Guoao Wei. I am a Chinese student interested in NLP and I can help with the Chinese language support for this amazing repository. ## About me...

i can help

Hi there, I'm using the SQLite grammar, ```python def parse(query: str): input_stream = InputStream(query) lexer = SQLiteLexer(input_stream) stream = CommonTokenStream(lexer) parser = SQLiteParser(stream) # Weird errors happen when it starts...

sqlite

Add a record for S2ORC dataset (The Semantic Scholar Open Research Corpus)