rivertext

View on PyPIReverse Dependencies (0)

0.0.2 rivertext-0.0.2-py3-none-any.whl

Wheel Details

Project: rivertext
Version: 0.0.2
Filename: rivertext-0.0.2-py3-none-any.whl
Download: [link]
Size: 26099
MD5: 95cedc110b875571bade42d184d44226
SHA256: 5a7636a95e70a982f6848333033de0551239463dd53b77f11fc3066bd43fc980
Uploaded: 2023-02-18 19:04:06 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: rivertext
Version: 0.0.2
Summary: An Python Library for training and evaluating on Incremental Word Embedding.
Author: Rivertext Team
Maintainer: Rivertext Team
Maintainer-Email: gabrielturrab[at]ug.uchile.cl
Home-Page: https://github.com/dccuchile/rivertext
Download-Url: https://github.com/dccuchile/rivertext
License: new BSD
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Requires-Dist: nltk
Requires-Dist: numpy
Requires-Dist: river
Requires-Dist: scikit-learn
Requires-Dist: scipy
Requires-Dist: torch
Requires-Dist: tqdm
Requires-Dist: word-embeddings-benchmarks
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 3188 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
rivertext/__init__.py sha256=cEeu0rkj0S1Y6SS7vDpIuraYlzloAy7IQcRkmHlSZbU 77
rivertext/_version.py sha256=QvlVh4JTl3JL7jQAja76yKtT-IvF4631ASjWY1wS6AQ 22
rivertext/evaluator/__init__.py sha256=TQUtRCXxglMTnQxqkoJmTGRRIDmts8CTwHsuze0qVZo 88
rivertext/evaluator/eval.py sha256=vXSsdg9wxUdOL-US5GzVU4xO_0reu4Fne47FpyqMBmU 3267
rivertext/models/__init__.py sha256=CvU-DWiPnJC5rd0v_zFkt1140QcXBC7yG2xQQAht2Ns 141
rivertext/models/iw2v.py sha256=S98KMIy-6jbWvGE9LJnxoOglNanrCUwI8emlTP2HM7g 10752
rivertext/models/wcm.py sha256=2vduR5UWMgaMKf-VnqOxPUYOijsYyyF6T-WfbzY2r4U 11956
rivertext/models/base/__init__.py sha256=P20XeUn-Q5v2S_ovTeS4t5KRoaVzRUMgYbvJyhpzFVo 69
rivertext/models/base/iwv.py sha256=2dAQhv29LeX57VE6pIxciUut4KB3x9juoJwpzpYxcuo 3273
rivertext/models/iword2vec/__init__.py sha256=WJ6IdF5QlqRJdofB5thq1FQ9JXp6F4hlK1fKPx0B6Rs 254
rivertext/models/iword2vec/model.py sha256=4dxqqM4TzZNJKn1kqVonUjiWQ6SgFSZta5ff_Zp6ALo 4922
rivertext/models/iword2vec/preprocessing.py sha256=fwXExUc9A3FlIQu9fvAEmVNYYEKkyCWrmDIYLa3pEcw 8713
rivertext/models/iword2vec/unigram_table.py sha256=2fRFANqk4XqOiZqGEz8xIfn9-nNkKtf-aJtAM9H3M7k 4190
rivertext/utils/__init__.py sha256=R95D0U94XFrDDVpj6_0J7JcdUfu05n1HE8BY2KRFhAs 203
rivertext/utils/data.py sha256=RrSC_3stc_rPlO0mzhdI-y1V2FwGheBhdDSHOa7Y5VA 1907
rivertext/utils/rand.py sha256=CGbNNlQnTEng2-I19YmZOAG8Q1ht0Xtd0_CinegNwSY 466
rivertext/utils/vocab.py sha256=7si6zG7cFljvR2TxJQTOi6iih7WwI_5qeGj2yKQyrbo 4355
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/models/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/models/test_iw2v.py sha256=Pp1-xVIBElpaCCLxCI_CZxWZPVAt30ERxde15lwMIFE 504
tests/models/test_iwcm.py sha256=O8g6rawS0K-Y74HtBhGXg-wo-5Hocfwgp6bLEf777eI 1686
tests/models/test_unigram_table.py sha256=coiKfGwZd1e54rHVJZTYgpeBNu1VHqNIIi4ahgKHLJA 3486
tests/utils/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/utils/test_data.py sha256=8q1huSREbRIkjp3oU7VDbYkR90OMg7Vn946xBt1Yz8g 716
tests/utils/test_rand.py sha256=Rlimz-4ji9naTlDBBs56xOeU9v4O7YYx2ua62W6xdhg 175
tests/utils/test_vocab.py sha256=Hvuzg59IRxflspT1TV_VJHgWXua6mRqQQuy5gv7rsto 1678
rivertext-0.0.2.dist-info/LICENSE sha256=WK9dhpBO1dn1opICaojHvjmFhyFQ7yPR3J2aJ324xks 1071
rivertext-0.0.2.dist-info/METADATA sha256=QBGkZ47t4x9_xcfFHyaHWzQWNhDHx-3Fjte8WFptoQc 4498
rivertext-0.0.2.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
rivertext-0.0.2.dist-info/top_level.txt sha256=mFehcw7qHSeihc5Hl3-_odzAmAy2Z3cIvxy2742kro0 16
rivertext-0.0.2.dist-info/RECORD

top_level.txt

rivertext
tests