Skip to content

Commit

Permalink
for release v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
prohippo committed Nov 20, 2022
1 parent 4c96c79 commit a5ad23f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Binary file modified AWug.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,3 +329,8 @@ Release History:

v2.2 08nov2022 fix bug with stopwords having periods and apostrophes
update documentation

v2.3 20nov2022 expand builtin 4-grams past previous upper limit
change numbering of n-gram indices to be more logical
fix bug in squeezing of index vectors for clustering
update documentation
4 changes: 2 additions & 2 deletions aw/Banner.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
// 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 : 08nov2022 CPM
// AW File Banner.java : 18nov2022 CPM
// main module banner class

package aw;

import java.io.*;

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

String id;
Expand Down

0 comments on commit a5ad23f

Please sign in to comment.