Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/43032615ceefc96192964b007250cd8d to your computer and use it in GitHub Desktop.
Save r-ryantm/43032615ceefc96192964b007250cd8d to your computer and use it in GitHub Desktop.
/nix/store/72v1madsvqwqbksi4bkwy6dlhgl9i0zk-openfst-1.7.6
├── bin
│   ├── fstarcsort
│   ├── fstclosure
│   ├── fstcompile
│   ├── fstcompose
│   ├── fstconcat
│   ├── fstconnect
│   ├── fstconvert
│   ├── fstdeterminize
│   ├── fstdifference
│   ├── fstdisambiguate
│   ├── fstdraw
│   ├── fstencode
│   ├── fstepsnormalize
│   ├── fstequal
│   ├── fstequivalent
│   ├── fstinfo
│   ├── fstintersect
│   ├── fstinvert
│   ├── fstisomorphic
│   ├── fstmap
│   ├── fstminimize
│   ├── fstprint
│   ├── fstproject
│   ├── fstprune
│   ├── fstpush
│   ├── fstrandgen
│   ├── fstrelabel
│   ├── fstreplace
│   ├── fstreverse
│   ├── fstreweight
│   ├── fstrmepsilon
│   ├── fstshortestdistance
│   ├── fstshortestpath
│   ├── fstsymbols
│   ├── fstsynchronize
│   ├── fsttopsort
│   └── fstunion
├── include
│   └── fst
│   ├── accumulator.h
│   ├── add-on.h
│   ├── arc-arena.h
│   ├── arcfilter.h
│   ├── arc.h
│   ├── arc-map.h
│   ├── arcsort.h
│   ├── bi-table.h
│   ├── cache.h
│   ├── closure.h
│   ├── compact-fst.h
│   ├── compat.h
│   ├── complement.h
│   ├── compose-filter.h
│   ├── compose.h
│   ├── concat.h
│   ├── config.h
│   ├── connect.h
│   ├── const-fst.h
│   ├── determinize.h
│   ├── dfs-visit.h
│   ├── difference.h
│   ├── disambiguate.h
│   ├── edit-fst.h
│   ├── encode.h
│   ├── epsnormalize.h
│   ├── equal.h
│   ├── equivalent.h
│   ├── expanded-fst.h
│   ├── expander-cache.h
│   ├── expectation-weight.h
│   ├── factor-weight.h
│   ├── filter-state.h
│   ├── flags.h
│   ├── float-weight.h
│   ├── fst-decl.h
│   ├── fst.h
│   ├── fstlib.h
│   ├── generic-register.h
│   ├── heap.h
│   ├── icu.h
│   ├── intersect.h
│   ├── interval-set.h
│   ├── invert.h
│   ├── isomorphic.h
│   ├── label-reachable.h
│   ├── lexicographic-weight.h
│   ├── lock.h
│   ├── log.h
│   ├── lookahead-filter.h
│   ├── lookahead-matcher.h
│   ├── map.h
│   ├── mapped-file.h
│   ├── matcher-fst.h
│   ├── matcher.h
│   ├── memory.h
│   ├── minimize.h
│   ├── mutable-fst.h
│   ├── pair-weight.h
│   ├── partition.h
│   ├── power-weight.h
│   ├── power-weight-mappers.h
│   ├── product-weight.h
│   ├── project.h
│   ├── properties.h
│   ├── prune.h
│   ├── push.h
│   ├── queue.h
│   ├── randequivalent.h
│   ├── randgen.h
│   ├── rational.h
│   ├── register.h
│   ├── relabel.h
│   ├── replace.h
│   ├── replace-util.h
│   ├── reverse.h
│   ├── reweight.h
│   ├── rmepsilon.h
│   ├── rmfinalepsilon.h
│   ├── script
│   │   ├── arc-class.h
│   │   ├── arciterator-class.h
│   │   ├── arcsort.h
│   │   ├── arg-packs.h
│   │   ├── closure.h
│   │   ├── compile.h
│   │   ├── compile-impl.h
│   │   ├── compose.h
│   │   ├── concat.h
│   │   ├── connect.h
│   │   ├── convert.h
│   │   ├── decode.h
│   │   ├── determinize.h
│   │   ├── difference.h
│   │   ├── disambiguate.h
│   │   ├── draw.h
│   │   ├── draw-impl.h
│   │   ├── encode.h
│   │   ├── encodemapper-class.h
│   │   ├── epsnormalize.h
│   │   ├── equal.h
│   │   ├── equivalent.h
│   │   ├── fst-class.h
│   │   ├── fstscript-decl.h
│   │   ├── fstscript.h
│   │   ├── getters.h
│   │   ├── info.h
│   │   ├── info-impl.h
│   │   ├── intersect.h
│   │   ├── invert.h
│   │   ├── isomorphic.h
│   │   ├── map.h
│   │   ├── minimize.h
│   │   ├── print.h
│   │   ├── print-impl.h
│   │   ├── project.h
│   │   ├── prune.h
│   │   ├── push.h
│   │   ├── randequivalent.h
│   │   ├── randgen.h
│   │   ├── relabel.h
│   │   ├── replace.h
│   │   ├── reverse.h
│   │   ├── reweight.h
│   │   ├── rmepsilon.h
│   │   ├── script-impl.h
│   │   ├── shortest-distance.h
│   │   ├── shortest-path.h
│   │   ├── stateiterator-class.h
│   │   ├── synchronize.h
│   │   ├── text-io.h
│   │   ├── topsort.h
│   │   ├── union.h
│   │   ├── verify.h
│   │   └── weight-class.h
│   ├── set-weight.h
│   ├── shortest-distance.h
│   ├── shortest-path.h
│   ├── signed-log-weight.h
│   ├── sparse-power-weight.h
│   ├── sparse-tuple-weight.h
│   ├── state-map.h
│   ├── state-reachable.h
│   ├── statesort.h
│   ├── state-table.h
│   ├── string.h
│   ├── string-weight.h
│   ├── symbol-table.h
│   ├── symbol-table-ops.h
│   ├── synchronize.h
│   ├── test
│   │   ├── algo_test.h
│   │   ├── compactors.h
│   │   ├── fst_test.h
│   │   ├── rand-fst.h
│   │   └── weight-tester.h
│   ├── test-properties.h
│   ├── topsort.h
│   ├── tuple-weight.h
│   ├── types.h
│   ├── union-find.h
│   ├── union.h
│   ├── union-weight.h
│   ├── util.h
│   ├── vector-fst.h
│   ├── verify.h
│   ├── visit.h
│   └── weight.h
└── lib
├── libfst.la
├── libfstscript.la
├── libfstscript.so -> libfstscript.so.19.0.0
├── libfstscript.so.19 -> libfstscript.so.19.0.0
├── libfstscript.so.19.0.0
├── libfst.so -> libfst.so.19.0.0
├── libfst.so.19 -> libfst.so.19.0.0
└── libfst.so.19.0.0
6 directories, 211 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment