Skip to content

Commit

Permalink
1. Addresses issue AF-VCD#94 to use the new official abbreviations
Browse files Browse the repository at this point in the history
2. Uses word boundaries to only highlight complete words when highlighting duplicates
3. Does not highlight stop words
  • Loading branch information
jahatfi committed Sep 28, 2024
1 parent e789314 commit ef9861b
Show file tree
Hide file tree
Showing 4 changed files with 1,109 additions and 40 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ I have no plans to shut down or increase/decrease my level of support for the si

Thank you all for the support over the past few years!

## How to run this code

Install NPM per your OS-specific guidance found here: https://nodejs.org/en/download/package-manager

run 'npm run build'
cd into the build directory, then serve the files via an HTTP server

If testing on Windows, these commands will do for testing (use a better server for production):

'npm run build; cd build; python -m http.server'; then browse to http://localhost:8000

## pdf analysis of air force forms

One of the most pointless and time-consuming things that Air Force officer and enlisted personnel do every year is bullet-writing.
Expand Down
Loading

0 comments on commit ef9861b

Please sign in to comment.