mosesdecoder/moses/src
pkoehn 7c4255c6f7 fix
git-svn-id: http://svn.statmt.org/repository/mira@3927 cc96ff50-19ce-11e0-b349-13d7f0bd23df
2011-08-18 12:59:38 +02:00
..
DynSAInclude Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
AlignmentInfo.cpp svn properties 2010-07-17 23:23:09 +00:00
AlignmentInfo.h svn properties 2010-07-17 23:23:09 +00:00
BilingualDynSuffixArray.cpp Remove gnu-specific typeof 2010-11-22 10:05:17 +00:00
BilingualDynSuffixArray.h Remove gnu-specific typeof 2010-11-22 10:05:17 +00:00
BitmapContainer.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
BitmapContainer.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
BleuScoreFeature.cpp code clean-up, step 1 2011-08-18 12:59:38 +02:00
BleuScoreFeature.h code clean-up, step 1 2011-08-18 12:59:38 +02:00
CellCollection.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
ChartRuleLookupManager.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
ChartRuleLookupManagerMemory.cpp Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
ChartRuleLookupManagerMemory.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
ChartRuleLookupManagerOnDisk.cpp Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
ChartRuleLookupManagerOnDisk.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
ChartTranslationOption.cpp make class name consistent for chart & pb decoders 2010-09-23 17:39:32 +00:00
ChartTranslationOption.h make class name consistent for chart & pb decoders 2010-09-23 17:39:32 +00:00
ChartTranslationOptionList.cpp bug in on-disk pt due to refactoring 2010-10-12 14:10:19 +00:00
ChartTranslationOptionList.h make class name consistent for chart & pb decoders 2010-09-23 17:39:32 +00:00
ConfusionNet.cpp Get rid of some "unused parameter" warnings. 2010-09-15 15:29:59 +00:00
ConfusionNet.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
DecodeFeature.cpp Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
DecodeFeature.h Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
DecodeGraph.cpp svn properties 2010-07-17 23:23:09 +00:00
DecodeGraph.h svn properties 2010-07-17 23:23:09 +00:00
DecodeStep.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
DecodeStep.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
DecodeStepGeneration.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
DecodeStepGeneration.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
DecodeStepTranslation.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
DecodeStepTranslation.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
Dictionary.cpp create namespace 2008-10-08 23:51:26 +00:00
Dictionary.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
DotChart.cpp Get rid of some "unused parameter" warnings. 2010-09-15 15:29:59 +00:00
DotChart.h make class name consistent for chart & pb decoders 2010-09-23 17:39:32 +00:00
DotChartOnDisk.cpp Get rid of some "unused parameter" warnings. 2010-09-15 15:29:59 +00:00
DotChartOnDisk.h make class name consistent for chart & pb decoders 2010-09-23 17:39:32 +00:00
DummyScoreProducers.cpp Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
DummyScoreProducers.h correction to score producer description 2010-10-19 09:47:36 +00:00
DynSuffixArray.cpp Remove gnu-specific typeof 2010-11-22 10:05:17 +00:00
DynSuffixArray.h function name changes 2010-11-15 11:32:02 +00:00
Factor.cpp If Boost is available, use boost::unordered_map instead of std::map for 2010-09-30 21:28:30 +00:00
Factor.h If Boost is available, use boost::unordered_map instead of std::map for 2010-09-30 21:28:30 +00:00
FactorCollection.cpp Merge moses-server branch (includes mt moses) into trunk. 2009-08-07 16:47:54 +00:00
FactorCollection.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
FactorTypeSet.cpp create namespace 2008-10-08 23:51:26 +00:00
FactorTypeSet.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
FeatureFunction.cpp Feature function overhaul. Each feature function is computed in one of three ways: 2009-02-06 15:43:06 +00:00
FeatureFunction.h Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
FeatureVector.cpp refactor handling of accumulated constraints, constraint checking, introduce burn-in for bleu history, sentence-level bleu, bleu score weight 2011-08-18 12:59:36 +02:00
FeatureVector.h added reporting of sparse features in n-best list 2011-08-18 12:59:38 +02:00
FFState.cpp Feature function overhaul. Each feature function is computed in one of three ways: 2009-02-06 15:43:06 +00:00
FFState.h Merge revisions 2670-2988 from track. Passes all regression except lexicalised 2010-03-19 17:52:51 +00:00
File.cpp move cube pruning moses lib to trunk 2008-06-11 10:52:57 +00:00
File.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
FilePtr.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
FloydWarshall.cpp move cube pruning moses lib to trunk 2008-06-11 10:52:57 +00:00
FloydWarshall.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
GenerationDictionary.cpp Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
GenerationDictionary.h Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
GlobalLexicalModel.cpp Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
GlobalLexicalModel.h Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
gzfilebuf.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
hash.cpp move cube pruning moses lib to trunk 2008-06-11 10:52:57 +00:00
hash.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
hypergraph.proto enable moses to accept a file that lists feature name and weight pairs. 2008-09-24 16:48:23 +00:00
Hypothesis.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
Hypothesis.h Fix to consensus decoding to stop it discarding hypos with zero score. 2010-05-14 09:33:03 +00:00
HypothesisStack.cpp Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
HypothesisStack.h delete std namespace in .h files 2010-04-12 10:04:35 +00:00
HypothesisStackCubePruning.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
HypothesisStackCubePruning.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
HypothesisStackNormal.cpp svn properties 2010-07-17 23:23:09 +00:00
HypothesisStackNormal.h svn properties 2010-07-17 23:23:09 +00:00
InputFileStream.cpp a bit more verbose about when and how to use -constraint 2010-01-29 17:11:17 +00:00
InputFileStream.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
InputType.cpp code cleanup & enable trace ("-t") for MBR decoding ("-mbr") 2010-05-10 21:18:47 +00:00
InputType.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
LanguageModel.cpp Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModel.h Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelFactory.cpp Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelFactory.h Goodbye ScoreIndexManager. 2010-10-06 22:06:49 +00:00
LanguageModelImplementation.cpp Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelImplementation.h Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelInternal.cpp Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelInternal.h Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelIRST.cpp Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelIRST.h Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelJoint.cpp move cube pruning moses lib to trunk 2008-06-11 10:52:57 +00:00
LanguageModelJoint.h Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelKen.cpp Respect -v 0 2010-12-09 22:13:09 +00:00
LanguageModelKen.h Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelMultiFactor.cpp Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelMultiFactor.h Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelParallelBackoff.cpp Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelParallelBackoff.h Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelRandLM.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
LanguageModelRandLM.h Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelRemote.cpp Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelRemote.h Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelSingleFactor.cpp Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelSingleFactor.h Merge up to 3791 from trunk. 2011-01-05 13:49:44 +00:00
LanguageModelSkip.cpp move cube pruning moses lib to trunk 2008-06-11 10:52:57 +00:00
LanguageModelSkip.h Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelSRI.cpp Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LanguageModelSRI.h Cleaned up language modelling code by disentangling the decoder's LM feature 2010-11-17 14:06:21 +00:00
LexicalReordering.cpp fix bug introduced in last CL 2011-08-18 12:59:33 +02:00
LexicalReordering.h extend lexical reordering component to allow for more weights 2011-08-18 12:59:33 +02:00
LexicalReorderingState.cpp extend lexical reordering component to allow for more weights 2011-08-18 12:59:33 +02:00
LexicalReorderingState.h extend lexical reordering component to allow for more weights 2011-08-18 12:59:33 +02:00
LexicalReorderingTable.cpp code cleanup & enable trace ("-t") for MBR decoding ("-mbr") 2010-05-10 21:18:47 +00:00
LexicalReorderingTable.h Merge revisions 2670-2988 from track. Passes all regression except lexicalised 2010-03-19 17:52:51 +00:00
LMList.cpp Goodbye ScoreIndexManager. 2010-10-06 22:06:49 +00:00
LMList.h Goodbye ScoreIndexManager. 2010-10-06 22:06:49 +00:00
LVoc.cpp move cube pruning moses lib to trunk 2008-06-11 10:52:57 +00:00
LVoc.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
Makefile.am added phrase length feature 2011-08-18 12:59:38 +02:00
Manager.cpp added reporting of sparse features in n-best list 2011-08-18 12:59:38 +02:00
Manager.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
NGramCollection.cpp create namespace 2008-10-08 23:51:26 +00:00
NGramCollection.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
NGramNode.cpp create namespace 2008-10-08 23:51:26 +00:00
NGramNode.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
NonTerminal.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
ObjectPool.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
OnlineCommand.cpp Goodbye ScoreIndexManager. 2010-10-06 22:06:49 +00:00
OnlineCommand.h dynamic updating 2010-09-14 09:42:37 +00:00
Parameter.cpp added reporting of sparse features in n-best list 2011-08-18 12:59:38 +02:00
Parameter.h dynamic updating 2010-09-14 09:42:37 +00:00
PartialTranslOptColl.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
PartialTranslOptColl.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
PCNTools.cpp includes suggested by Tom Hoar's mate 2009-07-23 10:29:30 +00:00
PCNTools.h svn properties 2010-07-17 23:23:09 +00:00
PDTAimp.h initialisation of source phrase member variable in TargetPhrase 2011-08-18 12:59:35 +02:00
Phrase.cpp enable target bigrams of POS tags 2011-08-18 12:59:37 +02:00
Phrase.h enable target bigrams of POS tags 2011-08-18 12:59:37 +02:00
PhraseBoundaryFeature.cpp Fix source side version 2011-08-18 12:59:37 +02:00
PhraseBoundaryFeature.h Fix source side version 2011-08-18 12:59:37 +02:00
PhraseDictionary.cpp Fixed so that multiple phrase tables works. Passes regression! 2010-10-11 14:09:39 +00:00
PhraseDictionary.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionaryDynSuffixArray.cpp Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionaryDynSuffixArray.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionaryMemory.cpp initialisation of source phrase member variable in TargetPhrase 2011-08-18 12:59:35 +02:00
PhraseDictionaryMemory.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionaryNode.cpp get rid of weights in translation model 2010-09-15 16:49:49 +00:00
PhraseDictionaryNode.h get rid of weights in translation model 2010-09-15 16:49:49 +00:00
PhraseDictionaryNodeSCFG.cpp Enforce ttable-limit for memory-based rule table. 2010-09-26 11:38:09 +00:00
PhraseDictionaryNodeSCFG.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionaryOnDisk.cpp Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionaryOnDisk.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionarySCFG.cpp Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionarySCFG.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhraseDictionaryTree.cpp Use correct conditional compilation flag for threaded moses 2010-11-03 18:43:18 +00:00
PhraseDictionaryTree.h word alignment info in binary pt, code provided by Christof Pintaske 2010-10-22 10:37:19 +00:00
PhraseDictionaryTreeAdaptor.cpp get rid of weights in translation model 2010-09-15 16:49:49 +00:00
PhraseDictionaryTreeAdaptor.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
PhrasePairFeature.cpp initialisation of source phrase member variable in TargetPhrase 2011-08-18 12:59:35 +02:00
PhrasePairFeature.h Implementation of phrase pair feature 2011-08-18 12:59:34 +02:00
PrefixTree.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
PrefixTreeMap.cpp move function calls with side effects out of asserts 2010-08-12 12:54:55 +00:00
PrefixTreeMap.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
ReorderingConstraint.cpp bug fix for nested zones 2010-07-30 22:17:08 +00:00
ReorderingConstraint.h bug fix for nested zones 2010-07-30 22:17:08 +00:00
ReorderingStack.cpp Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
ReorderingStack.h Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
rule.proto enable moses to accept a file that lists feature name and weight pairs. 2008-09-24 16:48:23 +00:00
ScoreComponentCollection.cpp added phrase length feature 2011-08-18 12:59:38 +02:00
ScoreComponentCollection.h added reporting of sparse features in n-best list 2011-08-18 12:59:38 +02:00
ScoreProducer.cpp added reporting of sparse features in n-best list 2011-08-18 12:59:38 +02:00
ScoreProducer.h added reporting of sparse features in n-best list 2011-08-18 12:59:38 +02:00
Search.cpp Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
Search.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
SearchCubePruning.cpp fixed Ondrej Odchazel's code to include partial output in LM scoring, renamed to match style 2010-05-03 21:40:17 +00:00
SearchCubePruning.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
SearchNormal.cpp fixed Ondrej Odchazel's code to include partial output in LM scoring, renamed to match style 2010-05-03 21:40:17 +00:00
SearchNormal.h Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
Sentence.cpp Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
Sentence.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
SentenceStats.cpp create namespace 2008-10-08 23:51:26 +00:00
SentenceStats.h Fix to consensus decoding to stop it discarding hypos with zero score. 2010-05-14 09:33:03 +00:00
SquareMatrix.cpp faster early discarding, code cleanup and documentation 2008-12-20 20:22:35 +00:00
SquareMatrix.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
StaticData.cpp fix 2011-08-18 12:59:38 +02:00
StaticData.h added phrase length feature 2011-08-18 12:59:38 +02:00
TargetBigramFeature.cpp print oracle/reference length, implement --core-weights 2011-08-18 12:59:37 +02:00
TargetBigramFeature.h Enable usage of target bigram feature in decoding. 2010-10-15 15:19:17 +00:00
TargetPhrase.cpp initialisation of source phrase member variable in TargetPhrase 2011-08-18 12:59:35 +02:00
TargetPhrase.h initialisation of source phrase member variable in TargetPhrase 2011-08-18 12:59:35 +02:00
TargetPhraseCollection.cpp Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
TargetPhraseCollection.h Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
Timer.cpp create namespace 2008-10-08 23:51:26 +00:00
Timer.h Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
TranslationOption.cpp initialisation of source phrase member variable in TargetPhrase 2011-08-18 12:59:35 +02:00
TranslationOption.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
TranslationOptionCollection.cpp initialisation of source phrase member variable in TargetPhrase 2011-08-18 12:59:35 +02:00
TranslationOptionCollection.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
TranslationOptionCollectionConfusionNet.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
TranslationOptionCollectionConfusionNet.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
TranslationOptionCollectionText.cpp Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
TranslationOptionCollectionText.h Merge in the multiple models branch. These changes allow the moses server 2010-08-10 13:12:00 +00:00
TranslationOptionList.cpp debug output 2010-06-13 21:06:34 +00:00
TranslationOptionList.h debug output 2010-06-13 21:06:34 +00:00
TranslationSystem.cpp Goodbye ScoreIndexManager. 2010-10-06 22:06:49 +00:00
TranslationSystem.h dynamic updating 2010-09-14 10:13:06 +00:00
TreeInput.cpp Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
TreeInput.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
TrellisPath.cpp Lattice MBR pruning based on target length of MAP hypothesis 2010-03-07 07:57:48 +00:00
TrellisPath.h bugs 2010-09-17 17:38:25 +00:00
TrellisPathCollection.cpp create namespace 2008-10-08 23:51:26 +00:00
TrellisPathCollection.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
TrellisPathList.h code cleanup & enable trace ("-t") for MBR decoding ("-mbr") 2010-05-10 21:18:47 +00:00
TypeDef.h Rename a bunch of kenlm files. A ./regenerate-makefiles.sh is required. 2010-11-06 00:40:16 +00:00
UniqueObject.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
UserMessage.cpp create namespace 2008-10-08 23:51:26 +00:00
UserMessage.h Use portable include guard instead of pragma once 2010-02-24 11:15:44 +00:00
Util.cpp includes suggested by Tom Hoar's mate 2009-07-23 10:29:30 +00:00
Util.h mira 2010-09-14 14:05:00 +00:00
Word.cpp Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
Word.h Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00
WordConsumed.cpp svn properties 2010-07-17 23:23:09 +00:00
WordConsumed.h svn properties 2010-07-17 23:23:09 +00:00
WordLattice.cpp don't warn about probs outside [0,1] in -verbose 0 2010-11-10 11:51:26 +00:00
WordLattice.h Merge 3791-3842 from trunk 2011-08-18 12:59:36 +02:00
WordsBitmap.cpp create namespace 2008-10-08 23:51:26 +00:00
WordsBitmap.h code cleanup & enable trace ("-t") for MBR decoding ("-mbr") 2010-05-10 21:18:47 +00:00
WordsRange.cpp create namespace 2008-10-08 23:51:26 +00:00
WordsRange.h Merge revisions 2670-2988 from track. Passes all regression except lexicalised 2010-03-19 17:52:51 +00:00
XmlOption.cpp XML spans parameter now uses '-' as token segmentation everywhere, as documented on the website. 2010-10-07 08:35:08 +00:00
XmlOption.h Copy in changes from the chart_merge branch (doing it manually because the 2010-04-08 17:16:10 +00:00