Cybrkyd's Git Repositories

writegood - Commit History

commit 94728ddf37635b0ba7e88d07bca97b37d2b54ec0de40a1d0d953c2c7375506ff
author cybrkyd <git@cybrkyd.com> 2026-03-09 10:43:35 +0000
committer cybrkyd <git@cybrkyd.com> 2026-03-09 10:43:35 +0000

Commit Message

Corrected scanned text score

commit 5b58137436680ea5e9644093418bfd10082c50cb2fecbae4bfcf0c17a54ce219
author cybrkyd <noreply@cybrkyd.com> 2024-06-22 18:34:41 +0100
committer cybrkyd <noreply@cybrkyd.com> 2024-06-22 18:34:41 +0100

Commit Message

A few additions to transitionalWords

commit c9257d56a7f4b231ce185cea04c13d8234744763581aef652a4007370065b980
author cybrkyd <noreply@cybrkyd.com> 2024-06-09 23:04:12 +0100
committer cybrkyd <noreply@cybrkyd.com> 2024-06-09 23:04:12 +0100

Commit Message

Rebuild of transitionalWords array

- transitionalWords logic now detects array in any position in entered text
- Removed midSentenceOnlyWords and associated logic
- transitionalWords threshold increased to 15% from 11%
- commonErrors duplicates removed ("per say" and "weather or not")
- README updated and scanned with these changes

commit 7323c70b1b58e6c55d6cbb990457b19ebe626e275283c89fe72d5045b30ae5c6
author cybrkyd <noreply@cybrkyd.com> 2024-06-05 09:28:17 +0100
committer cybrkyd <noreply@cybrkyd.com> 2024-06-05 09:28:17 +0100

Commit Message

README + COPYING

commit 580f5c597be26f88991573e67ca157e76778ec64095912829ddbc88143669fff
author cybrkyd <noreply@cybrkyd.com> 2024-06-04 19:41:03 +0100
committer cybrkyd <noreply@cybrkyd.com> 2024-06-04 19:41:03 +0100

Commit Message

index.html --> writegood.html

commit b4dec893d0d87c8cc7ff3a4b6180c6c4fe4cf617a280728abcc19ba5cd61243e
author cybrkyd <noreply@cybrkyd.com> 2024-06-04 19:13:32 +0100
committer cybrkyd <noreply@cybrkyd.com> 2024-06-04 19:13:32 +0100

Commit Message

Build array for commonErrors

commit d7f6d3f776cf3f64f672fc400633371ce419fc52c65fbb4f3e1fea7230e85b39
author cybrkyd <noreply@cybrkyd.com> 2024-05-30 16:07:24 +0100
committer cybrkyd <noreply@cybrkyd.com> 2024-05-30 16:07:24 +0100

Commit Message

Multiple suggestions on grammar errors

- Grammar errors suggest multiple corrections, where applicable
- Drop-down menu allows selecting desired click-to-correct replacement

commit 867fc408702e18bd24c45cc22fd3626eea6330729e6212c821ffa579090b13bc
author cybrkyd <noreply@cybrkyd.com> 2024-05-27 14:53:36 +0100
committer cybrkyd <noreply@cybrkyd.com> 2024-05-27 14:53:36 +0100

Commit Message

Enhance with grammar checking

- Add common grammar error detection and suggestions with click-to-correct
- Re-work JS for better variable naming and separation of concerns
- Change transition threshold from <10% to <11%

commit 87d2a30a7665c9a0329e90c63ffdcc50dc9b1fe9bf6ad65fc23a0b3ff8147914
author cybrkyd <noreply@cybrkyd.com> 2024-04-19 22:12:29 +0100
committer cybrkyd <noreply@cybrkyd.com> 2024-04-19 22:12:29 +0100

Commit Message

Simpler HTML and transition detection

- Streamline HTML layout
- Re-work logic to consolidate transition word detection
- Simplify regex sentence parsing
- Merge highlightSpan generation into single highlighting pass
- Clean up result display logic
- Remove duplicate "whereas" from transitionalWords list

commit 50f57c5ed4d22d408e5168397ad4a0b3668285dadd1fdd214ab755b556525d50
author cybrkyd <noreply@cybrkyd.com> 2024-02-27 08:27:51 +0000
committer cybrkyd <noreply@cybrkyd.com> 2024-02-27 08:27:51 +0000

Commit Message

Improve transition detection accuracy and add new words

- Added "still" to transitionalWords list
- Removed duplicate "because of this" from transitionalWords list
- Added "still", "unless", "since", and "above all" to midSentenceOnlyWords list
- Replaced getSentences() with getSentencesWithOffsets() for precise sentence boundary detection
- Re-factor highlighting logic
- Fixed sentence-end detection in mid-sentence word matching
- Improved regex for sentence split
- Enhanced highlighting to handle overlapping matches correctly with sorted spans

commit c1834fbbef1276640dda1cfb1070bec431686e260bd4daa4ca7b9922b4a3496e
author cybrkyd <noreply@cybrkyd.com> 2024-02-18 13:51:06 +0000
committer cybrkyd <noreply@cybrkyd.com> 2024-02-18 13:51:06 +0000

Commit Message

Grammar check