Skip to content

Commit

Permalink
Remove outcommented and unneeded pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Dec 16, 2024
1 parent f3a396b commit f794fdc
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions tools/grammarcheckers/pipespec.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,29 +93,4 @@
</suggest>
</pipeline>

<!-- Commented out these, they are automatically available as numbered,
partial scripts for each pipeline above -->
<!-- pipeline name="@GLANG@-before-spell"
language="@GLANG2@"
type="Input to spellchecker.cg3">
<tokenize><tokenizer n="tokeniser-gramcheck-gt-desc.pmhfst"/></tokenize>
<cgspell>
<lexicon n="acceptor.default.hfst"/>
<errmodel n="errmodel.default.hfst"/>
</cgspell>
<cg><grammar n="disambiguator.bin"/></cg>
</pipeline>
<pipeline name="@GLANG@-before-gram"
language="@GLANG2@"
type="Input to grammarchecker.cg3">
<tokenize><tokenizer n="tokeniser-gramcheck-gt-desc.pmhfst"/></tokenize>
<cgspell>
<lexicon n="acceptor.default.hfst"/>
<errmodel n="errmodel.default.hfst"/>
</cgspell>
<cg><grammar n="disambiguator.bin"/></cg>
<cg><grammar n="spellchecker.bin"/></cg>
</pipeline -->

</pipespec>

0 comments on commit f794fdc

Please sign in to comment.