|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.util.Version
public class Version
Stores the version number as:
Version # Format: Version#.Year.Month.Day
Version History:
1.5.7.15 |
- First Version to be checked in. - Recently added Mixup tokenization extras | ||||
2.5.8.9 | - Added multi label classification to text package | ||||
3.5.8.18 | - New Explanation Facilities | ||||
3.2.5.9.15 | Fixed Bugs: - createSpanProp - MaxEntLearner(CRFLearner)log space option: trainer ll (for large german dataset) - CascadingBinaryLearner macKappa changed from 0.0 t0 -1.0 - MultiClassifierAnnotator outputs _predicted_spanProp | ||||
4.5.10.3 | - NEW GUI - other option for classifyCommandLineUtil - Fixed saving bug in classify package | ||||
5.5.10.17 | - Fixed bug in GUI (PE doesn't pop up when TextField is entered) - Added TransformingMultiLearner and PredictedClassTransform for adding predicted class names as features for multi label classification | ||||
5.2.5.10.27 | - a few gui fixes: help button fixes, showTestDetails automatic, DebugMixup,
and EditParams added to Selectable Types - Saving Extractor bug fixed - classify command line to gui -learner option consistency fixed | ||||
6.5.11.30 | - More gui updates: shorted class names, links to tutorials, links to javadocs, more help buttons - more parameter bunches added to selectable types - Documentation added: Index and tutorial - Fixed cross option for TrainTestMultiClassifier - Tester.multiEvaluate, MultiCrossValidatedDataset | ||||
6.2.5.12.8 | - Fixed MultiClassifier cross testing implementation - Fixed MultiClassifier explanation facilities - Added and updated documentation - Fixed SpanTypeTextBase to extract more than one span Type per document | ||||
7.6.1.11 | - added demos/MyFE.java as an example - modified CommandLineUtil.newObjectFromBSH to allow bsh.source(file) - added PreprocessTextForClassifier, PreprocessTextForExtractor - added text.learn.BeginContinueOutsideReduction - updated selectableTypes as appropriate - fixed buggy implementation of span.getLoChar(), span.getHiChar() | ||||
7.6.1.31 | - added main to SpanDifference - added mixup command 'annotateWith FILE' | ||||
8.6.2.13 | - Changed createSpanProp to implement Mixup - fixed semiCRF saving bug - fixed DecisionTree Print - Updated MinorTagger and MinorTaggerClient to output labels format and run on velmak - Cleaned up commandLineUtil - Fixed bug in RefUtils | ||||
8.6.3.15 | - cleaned up output in ProgressCounter - fixed some bugs in TextBaseLoader, for reading in text with XML labels - added ProgressCounter to TextBaseLoader for loading directories - made OneVsAllLearner work for Online learners | ||||
9.6.4.19 | - NEW classify GUI - fixed bug in CRFLearner - New LevelManager and TexBaseMapper for handling multiple levels - importLabels taken out of TextBase - Encapsulated Annotator Loader fixed - Updated Documentation - Cammie's Last Day! | ||||
10.6.10.12 | - Added confidence calculation capability to the SVM learner - Fixed encapsulated annotators so that they can require other encapsulated annotators. | ||||
10.6.10.23 | - Fixed errors in MixupPrograms handling of regular expressions. | ||||
11.6.11.21 | - Initial version of extractor-confidence computation | ||||
11.6.11.22 | - Better version of extractor-confidence computation, with BeamSearch modified appropriately | ||||
12.7.3.30 | - Added support for a hierarchy of text bases and text labels that can be used in code or mixup | - Refactored the Tokenizer class to support multiple tokenization schemes | - Refactored the TextBase hierarchy to make the TextBase interface immutable with a mutable abstract
implementation defining the mutable functionality. | - Created a TextBaseManager class to manage text bases that are derived from each other. | - Added keywords to the mixup language to provide access to the TextBaseManager functionality. |
12.7.5.31 | - Fixed bug where history size variable for certain learners was being ignored | - Added new Random Forests learners | - Fixed bugs that prevented compilation under java 1.6 | - Switched the build mode from java 1.4 to java 1.5 in the ant build scripts | - Created new layout for documentation |
13.7.10.8 | - Added visiolization of MINORTHIRD on LIBSVM. |
Constructor Summary | |
---|---|
Version()
|
Method Summary | |
---|---|
static java.lang.String |
getVersion()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Version()
Method Detail |
---|
public static java.lang.String getVersion()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |