nltkor 1.2.11__tar.gz → 1.2.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {nltkor-1.2.11 → nltkor-1.2.12}/PKG-INFO +1 -1
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/__init__.py +1 -1
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor.egg-info/PKG-INFO +1 -1
- {nltkor-1.2.11 → nltkor-1.2.12}/setup.py +1 -1
- {nltkor-1.2.11 → nltkor-1.2.12}/LICENSE.txt +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/README.md +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/Kor_char.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/alignment/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/cider/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/cider/cider.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/cider/cider_scorer.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/distance/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/distance/wasserstein.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/etc.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/lazyimport.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/make_requirement.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/bartscore.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/bertscore.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/bleu_tensor.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/classical.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/entment.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/eval.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/mauve.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/metrics/mauve_utils.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/misc/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/misc/string2string_basic_functions.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/misc/string2string_default_tokenizer.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/misc/string2string_hash_functions.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/misc/string2string_word_embeddings.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/search/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/search/classical.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/search/faiss_search.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/search/kobert_tokenizer.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/__pycache__/__init__.cpython-38.pyc +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/__pycache__/__init__.cpython-39.pyc +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/__pycache__/sejong_download.cpython-38.pyc +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/__pycache__/sejong_download.cpython-39.pyc +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/__pycache__/ssem.cpython-38.pyc +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/__pycache__/ssem.cpython-39.pyc +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/ch.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/dict_semClassNum.txt +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/layer.txt +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/sejong_download.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/sejong/ssem.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/similarity/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/similarity/bartscore____.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/similarity/bertscore____.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/similarity/classical.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/similarity/cosine_similarity.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/espresso_tag.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/arguments.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/attributes.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/config.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/metadata.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/ner/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/ner/macmorphoreader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/ner/ner_reader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/network.c +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/parse/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/parse/parse_reader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/pos/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/pos/macmorphoreader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/pos/pos_reader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/reader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/srl/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/srl/__srl_reader_.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/srl/srl_reader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/srl/train_srl.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/taggers.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/utils.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/word_dictionary.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/wsd/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/wsd/macmorphoreader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tag/libs/wsd/wsd_reader.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tokenize/__init__.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/tokenize/ko_tokenize.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor/trans.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor.egg-info/SOURCES.txt +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor.egg-info/dependency_links.txt +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor.egg-info/requires.txt +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/nltkor.egg-info/top_level.txt +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/setup.cfg +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/test/test.py +0 -0
- {nltkor-1.2.11 → nltkor-1.2.12}/test/testespresso.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nltkor
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.12
|
4
4
|
Home-page: https://modi.changwon.ac.kr/air_cwnu/nlp_tool/nltk_ko.git
|
5
5
|
Keywords: string matching,pattern matching,edit distance,string to string correction,string to string matching,Levenshtein edit distance,Hamming distance,Damerau-Levenshtein distance,Jaro-Winkler distance,longest common subsequence,longest common substring,dynamic programming,approximate string matching,semantic similarity,natural language processing,NLP,information retrieval,rouge,sacrebleu,bertscore,bartscore,fasttext,glove,cosine similarity,Smith-Waterman,Needleman-Wunsch,Hirschberg,Karp-Rabin,Knuth-Morris-Pratt,Boyer-Moore
|
6
6
|
Classifier: Programming Language :: Python :: 3.7
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nltkor
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.12
|
4
4
|
Home-page: https://modi.changwon.ac.kr/air_cwnu/nlp_tool/nltk_ko.git
|
5
5
|
Keywords: string matching,pattern matching,edit distance,string to string correction,string to string matching,Levenshtein edit distance,Hamming distance,Damerau-Levenshtein distance,Jaro-Winkler distance,longest common subsequence,longest common substring,dynamic programming,approximate string matching,semantic similarity,natural language processing,NLP,information retrieval,rouge,sacrebleu,bertscore,bartscore,fasttext,glove,cosine similarity,Smith-Waterman,Needleman-Wunsch,Hirschberg,Karp-Rabin,Knuth-Morris-Pratt,Boyer-Moore
|
6
6
|
Classifier: Programming Language :: Python :: 3.7
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|