We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999a0f8 commit 1194245Copy full SHA for 1194245
src/SIL.Machine.Morphology.HermitCrab/AnalysisStratumRule.cs
@@ -88,10 +88,10 @@ public IEnumerable<Word> Apply(Word input)
88
_morpher.TraceManager.EndUnapplyStratum(_stratum, input);
89
foreach (Word mruleOutWord in mruleOutWords)
90
{
91
+ // Skip intermediate sources from phonological rules, templates, and morphological rules.
92
+ mruleOutWord.Source = origInput;
93
if (mergeEquivalentAnalyses)
94
- // Skip intermediate sources from phonological rules, templates, and morphological rules.
- mruleOutWord.Source = origInput;
95
Shape shape = mruleOutWord.Shape;
96
if (shapeWord.ContainsKey(shape))
97
0 commit comments