# myword **Repository Path**: lamithe/myword ## Basic Information - **Project Name**: myword - **Description**: 因为现在的词典能查询单词的没有有效的复习,而能有效复习的不能自定义单词,所以写了个小程序能记录看论文啥的时候的单词,显示释义并记录。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-15 - **Last Updated**: 2024-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyWords 因为现在的词典能查询单词的没有有效的复习,而能有效复习的不能自定义单词,所以写了个小程序能记录看论文啥的时候的单词,显示释义并记录。 ## 架构 1. net : 从网络获取单词释义,目前从有道词典爬取 2. store : 存储,目前是Sqlite 3. word : 单词的形式 4. dict : 组织单词、确定复习等 TODO