Skip to content

Commit

Permalink
for release v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prohippo committed Jan 10, 2023
1 parent 903f571 commit 318ce13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Binary file modified AWug.pdf
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,9 @@ Release History:
clean up indentation in source code
fix subsegment designations in tools output
update documentation

v2.6.1 10jan2023 fix bugs in inflectional stemming and test
fix bug in token substitution rule file name
add TKNZR and DINF tools to AW repository
clean build file for tools
update documentation
6 changes: 3 additions & 3 deletions aw/Banner.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
// OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// -----------------------------------------------------------------------------
// AW File Banner.java : 26dec2022 CPM
// AW File Banner.java : 02jan2023 CPM
// main module banner class

package aw;

import java.io.*;

public final class Banner {
static final String version = "v2.6 (2022) Java";
static final String year = "1997-2002, 2022";
static final String version = "v2.6.1 (2023) Java";
static final String year = "1997-2002, 2022-2023";

String id;

Expand Down

0 comments on commit 318ce13

Please sign in to comment.