-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchanges.log
More file actions
9 lines (9 loc) · 764 Bytes
/
Copy pathchanges.log
File metadata and controls
9 lines (9 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
Version 1.2 contains several significant changes to Maui:
- Input files are now read using Apache commons IO package (10xfaster)
- Vocabularies are now stored as *.gz and with GZipInputStream (much less space is required)
- Stopwords are initialized from a supplied file, rather than hard encoded one
- A new class MauiWrapper that shows how to apply Maui to a single text file, or a text string.
- A new class MauiWrapperFactory that shows how to use MauiWrapper with several vocabularies at the same time
- Important: The above new classes add the ability of creating a web service
- data/models directory now contains some sample models for those, who don't have their own training data
- data/vocabularies contains gziped vocabularies for some sample domains