Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 23, 2020 03:29
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/2bb4dd30ffa0abd970eaf16a2f3b94d1 to your computer and use it in GitHub Desktop.
Save r-ryantm/2bb4dd30ffa0abd970eaf16a2f3b94d1 to your computer and use it in GitHub Desktop.
/nix/store/5cs42xm3syi27m25rv08xz8rgc5gk70n-opencc-1.1.0
├── bin
│   ├── opencc
│   ├── opencc_dict
│   └── opencc_phrase_extract
├── include
│   └── opencc
│   ├── BinaryDict.hpp
│   ├── Common.hpp
│   ├── Config.hpp
│   ├── ConversionChain.hpp
│   ├── Conversion.hpp
│   ├── Converter.hpp
│   ├── DartsDict.hpp
│   ├── DictConverter.hpp
│   ├── DictEntry.hpp
│   ├── DictGroup.hpp
│   ├── Dict.hpp
│   ├── Exception.hpp
│   ├── Export.hpp
│   ├── Lexicon.hpp
│   ├── MarisaDict.hpp
│   ├── MaxMatchSegmentation.hpp
│   ├── opencc.h
│   ├── Optional.hpp
│   ├── PhraseExtract.hpp
│   ├── Segmentation.hpp
│   ├── Segments.hpp
│   ├── SerializableDict.hpp
│   ├── SerializedValues.hpp
│   ├── SimpleConverter.hpp
│   ├── TextDict.hpp
│   ├── UTF8StringSlice.hpp
│   └── UTF8Util.hpp
├── lib
│   ├── libopencc.so -> libopencc.so.2
│   ├── libopencc.so.1.0.0
│   ├── libopencc.so.2 -> libopencc.so.1.0.0
│   └── pkgconfig
│   └── opencc.pc
└── share
└── opencc
├── hk2s.json
├── HKVariants.ocd2
├── HKVariantsRev.ocd2
├── HKVariantsRevPhrases.ocd2
├── jp2t.json
├── JPShinjitaiCharacters.ocd2
├── JPShinjitaiPhrases.ocd2
├── JPVariants.ocd2
├── JPVariantsRev.ocd2
├── s2hk.json
├── s2t.json
├── s2tw.json
├── s2twp.json
├── STCharacters.ocd2
├── STPhrases.ocd2
├── t2hk.json
├── t2jp.json
├── t2s.json
├── t2tw.json
├── TSCharacters.ocd2
├── TSPhrases.ocd2
├── tw2s.json
├── tw2sp.json
├── TWPhrases.ocd2
├── TWPhrasesRev.ocd2
├── TWVariants.ocd2
├── TWVariantsRev.ocd2
└── TWVariantsRevPhrases.ocd2
7 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment