tomoto 0.4.0-x86_64-linux β 0.4.1-x86_64-linux
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +1 -1
- data/ext/tomoto/extconf.rb +4 -2
- data/lib/tomoto/3.0/tomoto.so +0 -0
- data/lib/tomoto/3.1/tomoto.so +0 -0
- data/lib/tomoto/3.2/tomoto.so +0 -0
- data/lib/tomoto/3.3/tomoto.so +0 -0
- data/lib/tomoto/version.rb +1 -1
- data/vendor/tomotopy/README.kr.rst +10 -1
- data/vendor/tomotopy/README.rst +10 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6e1d2c7036ff2fbdf690a5c6870f8fa94d5ae7c7b4a8a3503a4633ca4a493fe9
|
4
|
+
data.tar.gz: 81279fd393a8b2290529825b045f445794e4165269741ed07c2165ff74e464df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bb8ec0e072c7fc30c0837e00a95830eda1e71cd70e8b8a3471fd7489067dce5886dc586d4857ee4bbe8164a28e7a9625e368393883c95d65d29eeed97035ea3
|
7
|
+
data.tar.gz: 95663d9096f987931f2327d6d39b11ede82a4775dc50218d7eadf897d50c70df2b4c71ff69a5da23c056c4f837ed0ddaabeb792fad62eca406a87e3b0e4ade1f
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
:tomato: [tomoto](https://github.com/bab2min/tomotopy) - high performance topic modeling - for Ruby
|
4
4
|
|
5
|
-
[](https://github.com/ankane/tomoto-ruby/actions)
|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
data/ext/tomoto/extconf.rb
CHANGED
@@ -27,16 +27,18 @@ else
|
|
27
27
|
end
|
28
28
|
|
29
29
|
# silence tomoto warnings
|
30
|
-
$CXXFLAGS += " -Wno-unused-variable -Wno-switch"
|
30
|
+
$CXXFLAGS += " -Wno-unused-variable -Wno-switch -Wno-unqualified-std-cast-call"
|
31
31
|
|
32
32
|
ext = File.expand_path(".", __dir__)
|
33
33
|
tomoto = File.expand_path("../../vendor/tomotopy/src/TopicModel", __dir__)
|
34
|
+
tomoto_utils = File.expand_path("../../vendor/tomotopy/src/Utils", __dir__)
|
34
35
|
eigen = File.expand_path("../../vendor/eigen", __dir__)
|
35
36
|
eigen_rand = File.expand_path("../../vendor/EigenRand", __dir__)
|
36
37
|
variant = File.expand_path("../../vendor/variant/include", __dir__)
|
37
38
|
|
38
|
-
$srcs = Dir["{#{ext},#{tomoto}}/*.cpp"]
|
39
|
+
$srcs = Dir["{#{ext},#{tomoto},#{tomoto_utils}}/*.cpp"]
|
39
40
|
$INCFLAGS += " -I#{tomoto} -I#{eigen} -I#{eigen_rand} -I#{variant}"
|
40
41
|
$VPATH << tomoto
|
42
|
+
$VPATH << tomoto_utils
|
41
43
|
|
42
44
|
create_makefile("tomoto/tomoto")
|
data/lib/tomoto/3.0/tomoto.so
CHANGED
Binary file
|
data/lib/tomoto/3.1/tomoto.so
CHANGED
Binary file
|
data/lib/tomoto/3.2/tomoto.so
CHANGED
Binary file
|
data/lib/tomoto/3.3/tomoto.so
CHANGED
Binary file
|
data/lib/tomoto/version.rb
CHANGED
@@ -7,7 +7,7 @@ tomotopy
|
|
7
7
|
.. image:: https://zenodo.org/badge/186155463.svg
|
8
8
|
:target: https://zenodo.org/badge/latestdoi/186155463
|
9
9
|
|
10
|
-
|
10
|
+
π
|
11
11
|
`English`_,
|
12
12
|
**νκ΅μ΄**.
|
13
13
|
|
@@ -305,6 +305,15 @@ tomotopyμ Python3 μμ μ½λλ https://github.com/bab2min/tomotopy/blob/ma
|
|
305
305
|
|
306
306
|
μμ¬
|
307
307
|
-------
|
308
|
+
* 0.13.0 (2024-08-05)
|
309
|
+
* μ κ· κΈ°λ₯
|
310
|
+
* ν ν½ λͺ¨λΈ λ·°μ΄μΈ `tomotopy.viewer.open_viewer()`μ μ£Όμ κΈ°λ₯μ΄ μμ±λμμ΅λλ€.
|
311
|
+
* `tomotopy.LDAModel.get_hash()`κ° μΆκ°λμμ΅λλ€. λͺ¨λΈμ 128bit ν΄μλ₯Ό ꡬν΄μ€λλ€.
|
312
|
+
* `ngram_list` μΈμκ° `tomotopy.utils.SimpleTokenizer`μ μΆκ°λμμ΅λλ€.
|
313
|
+
* Bug fixes
|
314
|
+
* `Corpus.concat_ngrams` νΈμΆ νμ `spans`μ΄ λΉμΌκ΄μ μΈ λ²κ·Έκ° μμ λμμ΅λλ€.
|
315
|
+
* `tomotopy.LDAModel.load()`μ `tomotopy.LDAModel.save()`μ λ³λͺ©μ μ΅μ ννμ¬ μλλ₯Ό 10λ°° μ΄μ κ°μ νμ΅λλ€.
|
316
|
+
|
308
317
|
* 0.12.7 (2023-12-19)
|
309
318
|
* μ κ· κΈ°λ₯
|
310
319
|
* ν ν½ λͺ¨λΈ λ·°μ΄μΈ `tomotopy.viewer.open_viewer()`κ° μΆκ°λμμ΅λλ€.
|
data/vendor/tomotopy/README.rst
CHANGED
@@ -7,7 +7,7 @@ tomotopy
|
|
7
7
|
.. image:: https://zenodo.org/badge/186155463.svg
|
8
8
|
:target: https://zenodo.org/badge/latestdoi/186155463
|
9
9
|
|
10
|
-
|
10
|
+
π
|
11
11
|
**English**,
|
12
12
|
`νκ΅μ΄`_.
|
13
13
|
|
@@ -309,6 +309,15 @@ meaning you can use it for any reasonable purpose and remain in complete ownersh
|
|
309
309
|
|
310
310
|
History
|
311
311
|
-------
|
312
|
+
* 0.13.0 (2024-08-05)
|
313
|
+
* New features
|
314
|
+
* Major features of Topic Model Viewer `tomotopy.viewer.open_viewer()` are ready now.
|
315
|
+
* `tomotopy.LDAModel.get_hash()` is added. You can get 128bit hash value of the model.
|
316
|
+
* Add an argument `ngram_list` to `tomotopy.utils.SimpleTokenizer`.
|
317
|
+
* Bug fixes
|
318
|
+
* Fixed inconsistent `spans` bug after `Corpus.concat_ngrams` is called.
|
319
|
+
* Optimized the bottleneck of `tomotopy.LDAModel.load()` and `tomotopy.LDAModel.save()` and improved its speed more than 10 times.
|
320
|
+
|
312
321
|
* 0.12.7 (2023-12-19)
|
313
322
|
* New features
|
314
323
|
* Added Topic Model Viewer `tomotopy.viewer.open_viewer()`
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tomoto
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: x86_64-linux
|
6
6
|
authors:
|
7
7
|
- Andrew Kane
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: andrew@ankane.org
|