You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# WordCheckerJava
2
2
A Java UI which counts word occurrences in a text file. Results are sorted in alphabetical order and saved in a simple HTML file. With this, you can:
3
-
* Search for multiple terms at once.
3
+
* Search for multiple terms in one go.
4
4
* Quickly find misspelt words in large texts
5
5
* Sneak into the context around some keywords.
6
6
@@ -13,8 +13,10 @@ With regular expressions, simple filtering for data types similar to ISBN, date
13
13
14
14
## Use cases
15
15
* Filter ISBNs, e-mail addresses or URLs that occur in a long e-mail or messenger thread.
16
-
* Have all occurrences of a word or a name been spelt in the same manner?
17
-
* Does a text contain a specific search term, and in which context, that is, within which sentence or paragraph, does the search term appear? The size of the text around that search term can be specified by the user.
16
+
* Have all occurrences of a word or a name in a long thesis been spelt in the same manner?
17
+
* Does a text contain a specific search term?<br>
18
+
If so, in which context, that is, within which sentence or paragraph, does the search term appear?<br>
19
+
The size of the shown text around that search term can be specified by the user.
18
20
19
21
## Usage
20
22
`Open File`: browse to a text file. Set the topic (this will be the HTML title) and the target filename. The ending `.html` will be added automatically if missing. Target file will be placed in the same folder as the source text file (folder choice button may be implemented later).
@@ -31,3 +33,5 @@ This way, quick review of an entry by command line tools as well: such as
31
33
## Requirements
32
34
To compile, a JDK is required, it will run on a JRE 8 or later.<br>
33
35
The jar file can then be used on different platforms including a Raspberry Pi (it has been tested on Raspberry Pi3).
36
+
37
+

0 commit comments