logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tax2thesaurus - indented taxonomy to thesaurus

Author

       J.Joao Almeida, jj@di.uminho.pt

Description

       A top term "_top" is added to the taxonomy.

   exampleofthetaxonomyformat
        science
          physics
             dynamics
          math
             algebra
             trignometry
        literature

   Correspondentoutput
        science
        BT  _top
        #lev 1

        physics
        BT  science
        #lev 2

        dynamics
        BT  physics
        #lev 3

        math
        BT  science
        #lev 2

        algebra
        BT  math
        #lev 3

        trignometry
        BT  math
        #lev 3

        literature
        BT  _top
        #lev 1

Name

       tax2thesaurus - indented taxonomy to thesaurus

See Also

perl(1).

perl v5.40.1                                       2025-02-18                                  TAX2THESAURUS(1p)

Synopsis

        tax2thesaurus file.tax > file.the

See Also