Skip to content

Commit

Permalink
docs: add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed May 16, 2024
1 parent 1a5e559 commit ccb2a83
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# fork of jmyspell-core

This repository is a forked jmyspell-core project used for OmegaT project.

## Changes from original

- Use UTF-8 for the code
- Use LF for line terminator character
- Migrate to a Gradle build system
- Fix several obvious bad coding styles
- constant ErrorInfo.MAX_SUGGESTIONS to be final
- constant Utils.XPRODUCT to be final
- remove redundant final from methods
- remove redundant public from interface
- use `isEmpty()` for condition that compare with zero length
- fix: define `Word#hashCode`, `Word` class already has `equals` definition
- fix: unwanted raw types
- style: apply spotbugs
- Quality assurance by checking with SpotBugs static code analysis
- CI: test with GitHub Actions
- Support Gradle develocity scan

## License

jmyspell-core is distributed under LGPL 2.1

0 comments on commit ccb2a83

Please sign in to comment.