Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新计划 #737

Open
4 tasks
RealKai42 opened this issue Jan 12, 2024 · 3 comments
Open
4 tasks

更新计划 #737

RealKai42 opened this issue Jan 12, 2024 · 3 comments

Comments

@RealKai42
Copy link
Owner

RealKai42 commented Jan 12, 2024

👋 Hi there

我会在这里更新我对 Qwerty 未来发展的计划和想法,我们也欢迎大家参与到我们的工作和讨论中

首先,qwerty-learner 会长期作为一个 非商业、开源、依赖于捐款运行 的项目。因为我们没有全职的贡献者,我个人也是利用 part time 去做更新,所以很难保证更新速度,但我们持续维护和更新下去。

  • 整合和更新项目 UI 库
    目前项目依赖的 UI 库比较复杂,新增页面需要写的内容也比较多。 未来我倾向于整合到 shadcn/ui 中,通过定制该 UI 库来重写现有的页面,以简化逻辑 统一风格。 也方便未来实现新功能时复用
  • 创建词库 lint 工具
    因为很多词典来自于社区贡献,所有部分会出现 单词符号无法输入、翻译中有换行、缺失音标等问题。我们需要引入对词典的 lint 来找到甚至自动修复词典中的问题。
  • 创建音标库
    创建场景单词的音标库,实现自动给词典添加音标的脚本
  • 创建版权安全的高质量单词翻译库
    包含词性、高频释义的单词翻译库,方便新增词库

Call for Contributor
贡献准则

@RealKai42 RealKai42 pinned this issue Jan 12, 2024
@luojiyin1987
Copy link

创建词库 lint 工具 ,我有几种思路
1 使用 LanguageTool 的 api 检查
2 使用 OpenAI 一类的 AI 的 api
3 使用 Python 中的 nltk 的 自然语言处理的库 ,应该是难道最大的

@yanboishere
Copy link

创建词库 lint 工具,我有几点想法 1 使用 LanguageTool 的 api 检查 2 使用 OpenAI 一类 AI 的 api 3 使用 Python 中的 nltk 的自然语言处理的库,应该是考虑最大的

使用api产生的费用应当如何承担?比如后期搞会员制?

@luojiyin1987
Copy link

创建词库 lint 工具,我有几点想法 1 使用 LanguageTool 的 api 检查 2 使用 OpenAI 一类 AI 的 api 3 使用 Python 中的 nltk 的自然语言处理的库,应该是考虑最大的

使用api产生的费用应当如何承担?比如后期搞会员制?

提供输入 api key 相关的入口。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants