The following critical path needs to be mastered to participate in program development:
- Code Fetching and Debugging::
After the Fork repository, it is recommended to use VS Code and other IDEs that support the Go language for debugging, the main modificationsmain.goand participle logic modules. - Functional extension direction::
- Adding a new dictionary: Expansion
dict/Thesaurus files in the directory - Optimization algorithm: modification
analyzer/The participle processing logic in - Support for new formats: in
output/Module to add JSON/CSV and other output formats
- Adding a new dictionary: Expansion
- Contribution Process::
Follow the standard GitHub process:git add .git commit -m "功能描述"git push origin main
Finally a Pull Request is initiated and an Issue discussion is associated.
Typical example: A contributor had added the Kansai dialect participle rule. Be sure to read before development!CONTRIBUTING.mdIt is recommended to start with a simple task labeled "good first issue".
This answer comes from the articlejapanese-analyzer: open source tool for parsing and learning Japanese textThe































