nltkor 1.2.8__tar.gz → 1.2.9__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.8 → nltkor-1.2.9}/PKG-INFO +1 -1
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/__init__.py +1 -3
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor.egg-info/PKG-INFO +1 -1
- {nltkor-1.2.8 → nltkor-1.2.9}/setup.py +1 -1
- {nltkor-1.2.8 → nltkor-1.2.9}/LICENSE.txt +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/README.md +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/Kor_char.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/alignment/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/cider/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/cider/cider.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/cider/cider_scorer.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/distance/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/distance/wasserstein.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/etc.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/lazyimport.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/make_requirement.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/bartscore.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/bertscore.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/bleu_tensor.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/classical.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/entment.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/eval.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/mauve.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/metrics/mauve_utils.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/misc/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/misc/string2string_basic_functions.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/misc/string2string_default_tokenizer.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/misc/string2string_hash_functions.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/misc/string2string_word_embeddings.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/search/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/search/classical.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/search/faiss_search.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/search/kobert_tokenizer.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/__pycache__/__init__.cpython-38.pyc +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/__pycache__/__init__.cpython-39.pyc +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/__pycache__/sejong_download.cpython-38.pyc +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/__pycache__/sejong_download.cpython-39.pyc +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/__pycache__/ssem.cpython-38.pyc +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/__pycache__/ssem.cpython-39.pyc +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/ch.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/dict_semClassNum.txt +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/layer.txt +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/sejong_download.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/sejong/ssem.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/similarity/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/similarity/bartscore____.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/similarity/bertscore____.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/similarity/classical.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/similarity/cosine_similarity.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/espresso_tag.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/arguments.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/attributes.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/config.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/metadata.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/ner/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/ner/macmorphoreader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/ner/ner_reader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/network.c +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/parse/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/parse/parse_reader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/pos/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/pos/macmorphoreader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/pos/pos_reader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/reader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/srl/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/srl/__srl_reader_.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/srl/srl_reader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/srl/train_srl.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/taggers.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/utils.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/word_dictionary.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/wsd/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/wsd/macmorphoreader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tag/libs/wsd/wsd_reader.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tokenize/__init__.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/tokenize/ko_tokenize.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor/trans.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor.egg-info/SOURCES.txt +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor.egg-info/dependency_links.txt +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor.egg-info/requires.txt +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/nltkor.egg-info/top_level.txt +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/setup.cfg +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/test/test.py +0 -0
- {nltkor-1.2.8 → nltkor-1.2.9}/test/testespresso.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nltkor
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.9
|
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
|
@@ -9,10 +9,8 @@ from nltkor import search
|
|
9
9
|
from nltkor import similarity
|
10
10
|
from nltkor import tag
|
11
11
|
from nltkor import tokenize
|
12
|
-
from nltkor import dataloader
|
13
|
-
from nltkor.dataloader import dataset
|
14
12
|
from nltkor import trans
|
15
13
|
from nltkor import Kor_char
|
16
14
|
from nltkor import etc
|
17
15
|
|
18
|
-
__version__ = '1.2.
|
16
|
+
__version__ = '1.2.9'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: nltkor
|
3
|
-
Version: 1.2.
|
3
|
+
Version: 1.2.9
|
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
|