-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |