0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
La ligne de commande de ramses est maintenant plus compatible avec pharaoh. More... about 18 years ago
The build only printed a warning when srilm was missing, now it stops. More... about 18 years ago
Added a timer to ramses. More... about 18 years ago
Fixed a bug with the distortion weight which was not multiplied by -1. More... about 18 years ago
Refactored ramses. RamsesDecoder has been splitted into different files to isolate each functionality : translating (RamsesDecoder), building a search graph (RamsesGraphDecoder) and rescoring (RamsesRescorer). More... about 18 years ago
Added a PartialSorter filter which only sorts the N first elements of the sequence. This yield a considerable performance gain compared to a total sort when only the 100 first elements of a list containing many thousands of elements are needed. More... about 18 years ago
The initial value of RamsesCost is now different from 0, which was problematic when the search graph was generated. The cost of the first transformation was always x/0. The initial value is now the one of the heuristic. More... about 18 years ago
By default, ramses now recombine the hypotheses before pruning. More... about 18 years ago
Readded the first transformation generator under the name of MinDLTransformationGenerator and renamed the current one to MaxDLTransformationGenerator. More... about 18 years ago
Removed the --fast switch and automatized the use of the faster cost when possible. More... about 18 years ago
Removed an obsolete include which prevented the build to succeed. More... about 18 years ago
Added a file that I forgot at last commit More... about 18 years ago
Enhanced ramses performance by restricting small objects creation. There is now a RamsesCost, which combines the different costs in a unique class. The disavantage is that it deals with only one language model. To use this feature, a new switch, --fast, has been temporary added. More... about 18 years ago
Corrected a bug when two graph hypotheses with the same state were merge. More... about 18 years ago
Removed --version support. I misunderstood what the RCS $Revision$ and $Date$ stood for. More... about 18 years ago
A filter which accumulate the size of the containers was added with its test cases. This filter is intended to ease statistics computation. More... about 18 years ago
Removed the MergePolicy and added the requirement that hypotheses must have a merge method. More... about 18 years ago
The indexer cache now sets the probability sequences when an unknown word is encountered (instead of just the value). More... about 18 years ago
Added the -w alias to ramses for setting the weight of the word penalty. More... about 18 years ago
ramses now supports rescoring (--rescore and --rescoredir options). More... about 18 years ago
Renames the RulesCost class to RulesValue. More... about 18 years ago
By default, ramses now recombine hypothesis after pruning (instead of before). This behaviour can be changed with the "--recombine-before" flag. More... about 18 years ago
Added the --lattice option to ramses. This prints the search graph for each translation. It is useful to get an nbest list using the ``carmel`` program. More... about 18 years ago
The GraphHypothesis class was added. A search graph can now be created for any search policy. More... about 18 years ago
The pbm rules were refactored to include the list of the probabilities in addition to the cached value. This way, no information is lost and the rule can be rescored outside of the loader. More... about 18 years ago
Removed an obsolete include that prevent the library from compiling. More... over 18 years ago
The target sentence in the pbm translation is now constructed on demand. More... over 18 years ago
Removed the hypothesis from the pbm module. Hypotheses are now separated from the models. More... over 18 years ago
The mood::common::Hypothesis is now more restrictive. There is thus a general version that I hope can be used by all model. More... over 18 years ago
The mood::common::Series class is now like a reversed linked list instead of being like a reverse linked list of vectors. More... over 18 years ago