Conversation
alerque
left a comment
There was a problem hiding this comment.
First, this is going to find false positives of any single words in parenthesis, e.g.:
this heading is a title (subject)
Secondly, anything along these lines would need to (in my opinion) gated behind an option of some kind.
|
@alerque Yes, that's why it's a draft. We can start with this and refine 🙌 |
To determine whether a word is an acronym, there are two checks:
|
|
This seems reasonable from a quick glance. |
|
Yep I plan to review properly this weekend. |
|
Yes. It doesn't seem to be optional yet, and it does still look like it will be easy to trip with false positives. |
|
That seems to produce the same output with the current version and this branch? |
|
@carlocorradini yes, it seems to working as desired. |
Fix #34