Skip to content

Scripts and helpers to generate statistics for Apertium languages and pairs

Notifications You must be signed in to change notification settings

apertium/apertium-stats

Repository files navigation

Apertium Statistics Helpers

Very much work-in-progress. Everything subject to change.

How to use

  • cd apertium-cat-ita
  • ../path/to/apertium-stats/tally-source.pl

which will yield JSON akin to

{
   "apertium-cat-ita.cat-ita.dix" : {
      "kind" : "dix",
      "size" : {
         "bytes" : 4770505,
         "lines" : 46442
      },
      "stems" : 46066
   },
   "apertium-cat-ita.cat-ita.t1x" : {
      "kind" : "transfer",
      "macros" : 17,
      "rules" : 116,
      "size" : {
         "bytes" : 378149,
         "lines" : 11251
      }
   }
}

See also

Imported from

About

Scripts and helpers to generate statistics for Apertium languages and pairs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published