Import opencc_1.1.7+ds1.orig.tar.xz
authorGunnar Hjalmarsson <gunnarhj@debian.org>
Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)
committerGunnar Hjalmarsson <gunnarhj@debian.org>
Sat, 21 Oct 2023 19:22:49 +0000 (20:22 +0100)
commitf462ff2560e26ee1192c926eed16211baa0388e2
tree66b7a782aff6eaf07d9ccc0aa4de900d9e04bfbf
Import opencc_1.1.7+ds1.orig.tar.xz

[dgit import orig opencc_1.1.7+ds1.orig.tar.xz]
197 files changed:
.appveyor.yml [new file with mode: 0644]
.clang-format [new file with mode: 0644]
.github/workflows/cmake.yml [new file with mode: 0644]
.github/workflows/mingw.yml [new file with mode: 0644]
.github/workflows/nodejs.yml [new file with mode: 0644]
.github/workflows/python.yml [new file with mode: 0644]
.github/workflows/release-pypi.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.npmignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
NEWS.md [new file with mode: 0644]
OpenCCConfig.cmake.in [new file with mode: 0644]
README.md [new file with mode: 0644]
binding.gyp [new file with mode: 0644]
build.cmd [new file with mode: 0644]
data/CMakeLists.txt [new file with mode: 0644]
data/config/hk2s.json [new file with mode: 0644]
data/config/hk2t.json [new file with mode: 0644]
data/config/jp2t.json [new file with mode: 0644]
data/config/s2hk.json [new file with mode: 0644]
data/config/s2t.json [new file with mode: 0644]
data/config/s2tw.json [new file with mode: 0644]
data/config/s2twp.json [new file with mode: 0644]
data/config/t2hk.json [new file with mode: 0644]
data/config/t2jp.json [new file with mode: 0644]
data/config/t2s.json [new file with mode: 0644]
data/config/t2tw.json [new file with mode: 0644]
data/config/tw2s.json [new file with mode: 0644]
data/config/tw2sp.json [new file with mode: 0644]
data/config/tw2t.json [new file with mode: 0644]
data/dictionary/HKVariants.txt [new file with mode: 0644]
data/dictionary/HKVariantsRevPhrases.txt [new file with mode: 0644]
data/dictionary/JPShinjitaiCharacters.txt [new file with mode: 0644]
data/dictionary/JPShinjitaiPhrases.txt [new file with mode: 0644]
data/dictionary/JPVariants.txt [new file with mode: 0644]
data/dictionary/STCharacters.txt [new file with mode: 0644]
data/dictionary/STPhrases.txt [new file with mode: 0644]
data/dictionary/TSCharacters.txt [new file with mode: 0644]
data/dictionary/TSPhrases.txt [new file with mode: 0644]
data/dictionary/TWPhrasesIT.txt [new file with mode: 0644]
data/dictionary/TWPhrasesName.txt [new file with mode: 0644]
data/dictionary/TWPhrasesOther.txt [new file with mode: 0644]
data/dictionary/TWVariants.txt [new file with mode: 0644]
data/dictionary/TWVariantsRevPhrases.txt [new file with mode: 0644]
data/icon/opencc.svg [new file with mode: 0644]
data/scheme/st_multi.txt [new file with mode: 0644]
data/scheme/ts_multi.txt [new file with mode: 0644]
data/scheme/variant.txt [new file with mode: 0644]
data/scripts/common.py [new file with mode: 0644]
data/scripts/find_target.py [new file with mode: 0755]
data/scripts/merge.py [new file with mode: 0755]
data/scripts/reverse.py [new file with mode: 0755]
data/scripts/sort.py [new file with mode: 0755]
data/scripts/sort_all.py [new file with mode: 0755]
deps/darts-clone/darts.h [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/README.md [new file with mode: 0644]
doc/opencc.doxy.in [new file with mode: 0644]
node/configs.gypi [new file with mode: 0644]
node/demo.js [new file with mode: 0644]
node/dict.js [new file with mode: 0644]
node/dicts.gypi [new file with mode: 0644]
node/global.gypi [new file with mode: 0644]
node/marisa.cc [new file with mode: 0644]
node/node_opencc.gypi [new file with mode: 0644]
node/opencc.cc [new file with mode: 0644]
node/opencc.d.ts [new file with mode: 0644]
node/opencc.js [new file with mode: 0644]
node/opencc_config.h [new file with mode: 0644]
node/test.js [new file with mode: 0644]
node/ts-demo.ts [new file with mode: 0644]
opencc.pc.in [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
python/.gitignore [new file with mode: 0644]
python/opencc/.gitignore [new file with mode: 0644]
python/opencc/__init__.py [new file with mode: 0644]
python/opencc/clib/__init__.py [new file with mode: 0644]
python/tests/test_opencc.py [new file with mode: 0644]
release-pypi-linux.sh [new file with mode: 0644]
release-pypi-macos.sh [new file with mode: 0644]
release-pypi-windows.cmd [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/BinaryDict.cpp [new file with mode: 0644]
src/BinaryDict.hpp [new file with mode: 0644]
src/BinaryDictTest.cpp [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/CmdLineOutput.hpp [new file with mode: 0644]
src/Common.hpp [new file with mode: 0644]
src/Config.cpp [new file with mode: 0644]
src/Config.hpp [new file with mode: 0644]
src/ConfigTest.cpp [new file with mode: 0644]
src/ConfigTestBase.hpp [new file with mode: 0644]
src/Conversion.cpp [new file with mode: 0644]
src/Conversion.hpp [new file with mode: 0644]
src/ConversionChain.cpp [new file with mode: 0644]
src/ConversionChain.hpp [new file with mode: 0644]
src/ConversionChainTest.cpp [new file with mode: 0644]
src/ConversionTest.cpp [new file with mode: 0644]
src/Converter.cpp [new file with mode: 0644]
src/Converter.hpp [new file with mode: 0644]
src/DartsDict.cpp [new file with mode: 0644]
src/DartsDict.hpp [new file with mode: 0644]
src/DartsDictTest.cpp [new file with mode: 0644]
src/Dict.cpp [new file with mode: 0644]
src/Dict.hpp [new file with mode: 0644]
src/DictConverter.cpp [new file with mode: 0644]
src/DictConverter.hpp [new file with mode: 0644]
src/DictEntry.cpp [new file with mode: 0644]
src/DictEntry.hpp [new file with mode: 0644]
src/DictGroup.cpp [new file with mode: 0644]
src/DictGroup.hpp [new file with mode: 0644]
src/DictGroupTest.cpp [new file with mode: 0644]
src/DictGroupTestBase.hpp [new file with mode: 0644]
src/Exception.hpp [new file with mode: 0644]
src/Export.hpp [new file with mode: 0644]
src/Lexicon.cpp [new file with mode: 0644]
src/Lexicon.hpp [new file with mode: 0644]
src/MarisaDict.cpp [new file with mode: 0644]
src/MarisaDict.hpp [new file with mode: 0644]
src/MarisaDictTest.cpp [new file with mode: 0644]
src/MaxMatchSegmentation.cpp [new file with mode: 0644]
src/MaxMatchSegmentation.hpp [new file with mode: 0644]
src/MaxMatchSegmentationTest.cpp [new file with mode: 0644]
src/Optional.hpp [new file with mode: 0644]
src/PhraseExtract.cpp [new file with mode: 0644]
src/PhraseExtract.hpp [new file with mode: 0644]
src/PhraseExtractTest.cpp [new file with mode: 0644]
src/README.md [new file with mode: 0644]
src/Segmentation.cpp [new file with mode: 0644]
src/Segmentation.hpp [new file with mode: 0644]
src/Segments.hpp [new file with mode: 0644]
src/SerializableDict.hpp [new file with mode: 0644]
src/SerializedValues.cpp [new file with mode: 0644]
src/SerializedValues.hpp [new file with mode: 0644]
src/SerializedValuesTest.cpp [new file with mode: 0644]
src/SimpleConverter.cpp [new file with mode: 0644]
src/SimpleConverter.hpp [new file with mode: 0644]
src/SimpleConverterTest.cpp [new file with mode: 0644]
src/TestUtils.hpp [new file with mode: 0644]
src/TestUtilsUTF8.hpp [new file with mode: 0644]
src/TextDict.cpp [new file with mode: 0644]
src/TextDict.hpp [new file with mode: 0644]
src/TextDictTest.cpp [new file with mode: 0644]
src/TextDictTestBase.hpp [new file with mode: 0644]
src/UTF8StringSlice.cpp [new file with mode: 0644]
src/UTF8StringSlice.hpp [new file with mode: 0644]
src/UTF8StringSliceTest.cpp [new file with mode: 0644]
src/UTF8Util.cpp [new file with mode: 0644]
src/UTF8Util.hpp [new file with mode: 0644]
src/UTF8UtilTest.cpp [new file with mode: 0644]
src/benchmark/CMakeLists.txt [new file with mode: 0644]
src/benchmark/Performance.cpp [new file with mode: 0644]
src/opencc.h [new file with mode: 0644]
src/opencc_config.h.in [new file with mode: 0644]
src/py_opencc.cpp [new file with mode: 0644]
src/tools/CMakeLists.txt [new file with mode: 0644]
src/tools/CommandLine.cpp [new file with mode: 0644]
src/tools/DictConverter.cpp [new file with mode: 0644]
src/tools/PhraseExtract.cpp [new file with mode: 0644]
test.cmd [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/CommandLineConvertTest.cpp [new file with mode: 0644]
test/benchmark/zuozhuan.txt [new file with mode: 0644]
test/config_test/config_test.json [new file with mode: 0644]
test/config_test/config_test_characters.txt [new file with mode: 0644]
test/config_test/config_test_phrases.txt [new file with mode: 0644]
test/testcases/hk2s.ans [new file with mode: 0644]
test/testcases/hk2s.in [new file with mode: 0644]
test/testcases/hk2t.ans [new file with mode: 0644]
test/testcases/hk2t.in [new file with mode: 0644]
test/testcases/jp2t.ans [new file with mode: 0644]
test/testcases/jp2t.in [new file with mode: 0644]
test/testcases/s2hk.ans [new file with mode: 0644]
test/testcases/s2hk.in [new file with mode: 0644]
test/testcases/s2t.ans [new file with mode: 0644]
test/testcases/s2t.in [new file with mode: 0644]
test/testcases/s2tw.ans [new file with mode: 0644]
test/testcases/s2tw.in [new file with mode: 0644]
test/testcases/s2twp.ans [new file with mode: 0644]
test/testcases/s2twp.in [new file with mode: 0644]
test/testcases/t2hk.ans [new file with mode: 0644]
test/testcases/t2hk.in [new file with mode: 0644]
test/testcases/t2jp.ans [new file with mode: 0644]
test/testcases/t2jp.in [new file with mode: 0644]
test/testcases/t2s.ans [new file with mode: 0644]
test/testcases/t2s.in [new file with mode: 0644]
test/testcases/tw2s.ans [new file with mode: 0644]
test/testcases/tw2s.in [new file with mode: 0644]
test/testcases/tw2sp.ans [new file with mode: 0644]
test/testcases/tw2sp.in [new file with mode: 0644]
test/testcases/tw2t.ans [new file with mode: 0644]
test/testcases/tw2t.in [new file with mode: 0644]