StringAnalysis

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was successful. Last evaluation was ago and took 2 minutes, 52 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed Parsers ──────────── v0.3.10
 Installed OrderedCollections ─ v1.1.0
 Installed WordTokenizers ───── v0.5.3
 Installed TSVD ─────────────── v0.4.0
 Installed DataStructures ───── v0.17.6
 Installed BinaryProvider ───── v0.5.8
 Installed StringAnalysis ───── v0.3.9
 Installed JSON ─────────────── v0.21.0
 Installed Adapt ────────────── v1.0.0
 Installed AutoHashEquals ───── v0.2.0
 Installed HTML_Entities ────── v1.0.0
 Installed StrTables ────────── v1.0.1
 Installed Languages ────────── v0.4.2
  Updating `~/.julia/environments/v1.2/Project.toml`
  [b66b7d2f] + StringAnalysis v0.3.9
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [79e6a3ab] + Adapt v1.0.0
  [15f4f7f2] + AutoHashEquals v0.2.0
  [b99e7846] + BinaryProvider v0.5.8
  [864edb3b] + DataStructures v0.17.6
  [7693890a] + HTML_Entities v1.0.0
  [682c06a0] + JSON v0.21.0
  [8ef0a80b] + Languages v0.4.2
  [bac558e1] + OrderedCollections v1.1.0
  [69de0a69] + Parsers v0.3.10
  [9700d1a9] + StrTables v1.0.1
  [b66b7d2f] + StringAnalysis v0.3.9
  [9449cd9e] + TSVD v0.4.0
  [796a5d58] + WordTokenizers v0.5.3
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8bb1440f] + DelimitedFiles 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building HTML_Entities ─→ `~/.julia/packages/HTML_Entities/g4t7p/deps/build.log`
  Building StringAnalysis → `~/.julia/packages/StringAnalysis/q7sux/deps/build.log`
   Testing StringAnalysis
    Status `/tmp/jl_Z1h4aq/Manifest.toml`
  [79e6a3ab] Adapt v1.0.0
  [15f4f7f2] AutoHashEquals v0.2.0
  [b99e7846] BinaryProvider v0.5.8
  [864edb3b] DataStructures v0.17.6
  [7693890a] HTML_Entities v1.0.0
  [682c06a0] JSON v0.21.0
  [8ef0a80b] Languages v0.4.2
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [9700d1a9] StrTables v1.0.1
  [b66b7d2f] StringAnalysis v0.3.9
  [9449cd9e] TSVD v0.4.0
  [796a5d58] WordTokenizers v0.5.3
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8bb1440f] DelimitedFiles  [`@stdlib/DelimitedFiles`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Running tests:
Test Summary: | Pass  Total
Hash equality |    6      6
Test Summary:        | Pass  Total
Tokenizer (to words) |    5      5
Test Summary:            | Pass  Total
Tokenizer (to sentences) |    6      6
Test Summary: | Pass  Total
NGramizer     |    2      2
Test Summary: | Pass  Total
Document      |   25     25
Test Summary: | Pass  Total
Metadata      |   50     50
Test Summary: | Pass  Total
Corpus        |   36     36
Test Summary:         | Pass  Total
Preprocessing (newer) |    9      9
Test Summary:         | Pass  Total
Preprocessing (older) |   28     28
Test Summary:         | Pass  Total
DTM: TextHashFunction |    5      5
Test Summary: | Pass  Total
DTM: Generics |   31     31
Test Summary:            | Pass  Total
DTM: Iteration, Indexing |   28     28
Test Summary:              | Pass  Total
COOM (Co-occurence Matrix) |   27     27
Test Summary: | Pass  Total
Stemmer       |   17     17
Test Summary:          | Pass  Total
Stats (TF,TF-IDF,BM25) |   42     42
Test Summary: | Pass  Total
LDA           |    3      3
Test Summary: | Pass  Total
LSA           |  103    103
Test Summary:      | Pass  Total
Random Projections |  250    250
Test Summary:     | Pass  Total
Base.show methods |   12     12
   Testing StringAnalysis tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 2 minutes, 54 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed AutoHashEquals ───── v0.2.0
 Installed Adapt ────────────── v1.0.0
 Installed WordTokenizers ───── v0.5.3
 Installed OrderedCollections ─ v1.1.0
 Installed TSVD ─────────────── v0.4.0
 Installed DataStructures ───── v0.17.6
 Installed StringAnalysis ───── v0.3.9
 Installed Languages ────────── v0.4.2
 Installed Parsers ──────────── v0.3.10
 Installed StrTables ────────── v1.0.1
 Installed BinaryProvider ───── v0.5.8
 Installed JSON ─────────────── v0.21.0
 Installed HTML_Entities ────── v1.0.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [b66b7d2f] + StringAnalysis v0.3.9
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [79e6a3ab] + Adapt v1.0.0
  [15f4f7f2] + AutoHashEquals v0.2.0
  [b99e7846] + BinaryProvider v0.5.8
  [864edb3b] + DataStructures v0.17.6
  [7693890a] + HTML_Entities v1.0.0
  [682c06a0] + JSON v0.21.0
  [8ef0a80b] + Languages v0.4.2
  [bac558e1] + OrderedCollections v1.1.0
  [69de0a69] + Parsers v0.3.10
  [9700d1a9] + StrTables v1.0.1
  [b66b7d2f] + StringAnalysis v0.3.9
  [9449cd9e] + TSVD v0.4.0
  [796a5d58] + WordTokenizers v0.5.3
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8bb1440f] + DelimitedFiles 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building HTML_Entities ─→ `~/.julia/packages/HTML_Entities/g4t7p/deps/build.log`
  Building StringAnalysis → `~/.julia/packages/StringAnalysis/q7sux/deps/build.log`
   Testing StringAnalysis
    Status `/tmp/jl_8sTkGL/Manifest.toml`
  [79e6a3ab] Adapt v1.0.0
  [15f4f7f2] AutoHashEquals v0.2.0
  [b99e7846] BinaryProvider v0.5.8
  [864edb3b] DataStructures v0.17.6
  [7693890a] HTML_Entities v1.0.0
  [682c06a0] JSON v0.21.0
  [8ef0a80b] Languages v0.4.2
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [9700d1a9] StrTables v1.0.1
  [b66b7d2f] StringAnalysis v0.3.9
  [9449cd9e] TSVD v0.4.0
  [796a5d58] WordTokenizers v0.5.3
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8bb1440f] DelimitedFiles  [`@stdlib/DelimitedFiles`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Running tests:
Test Summary: | Pass  Total
Hash equality |    6      6
Test Summary:        | Pass  Total
Tokenizer (to words) |    5      5
Test Summary:            | Pass  Total
Tokenizer (to sentences) |    6      6
Test Summary: | Pass  Total
NGramizer     |    2      2
Test Summary: | Pass  Total
Document      |   25     25
Test Summary: | Pass  Total
Metadata      |   50     50
Test Summary: | Pass  Total
Corpus        |   36     36
Test Summary:         | Pass  Total
Preprocessing (newer) |    9      9
Test Summary:         | Pass  Total
Preprocessing (older) |   28     28
Test Summary:         | Pass  Total
DTM: TextHashFunction |    5      5
Test Summary: | Pass  Total
DTM: Generics |   31     31
Test Summary:            | Pass  Total
DTM: Iteration, Indexing |   28     28
Test Summary:              | Pass  Total
COOM (Co-occurence Matrix) |   27     27
Test Summary: | Pass  Total
Stemmer       |   17     17
Test Summary:          | Pass  Total
Stats (TF,TF-IDF,BM25) |   42     42
Test Summary: | Pass  Total
LDA           |    3      3
Test Summary: | Pass  Total
LSA           |  103    103
Test Summary:      | Pass  Total
Random Projections |  250    250
Test Summary:     | Pass  Total
Base.show methods |   12     12
   Testing StringAnalysis tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 2 minutes, 51 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed Adapt ────────────── v1.0.0
 Installed AutoHashEquals ───── v0.2.0
 Installed HTML_Entities ────── v1.0.0
 Installed DataStructures ───── v0.17.6
 Installed BinaryProvider ───── v0.5.8
 Installed StringAnalysis ───── v0.3.9
 Installed JSON ─────────────── v0.21.0
 Installed Languages ────────── v0.4.2
 Installed StrTables ────────── v1.0.1
 Installed OrderedCollections ─ v1.1.0
 Installed Parsers ──────────── v0.3.10
 Installed WordTokenizers ───── v0.5.3
 Installed TSVD ─────────────── v0.4.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [b66b7d2f] + StringAnalysis v0.3.9
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [79e6a3ab] + Adapt v1.0.0
  [15f4f7f2] + AutoHashEquals v0.2.0
  [b99e7846] + BinaryProvider v0.5.8
  [864edb3b] + DataStructures v0.17.6
  [7693890a] + HTML_Entities v1.0.0
  [682c06a0] + JSON v0.21.0
  [8ef0a80b] + Languages v0.4.2
  [bac558e1] + OrderedCollections v1.1.0
  [69de0a69] + Parsers v0.3.10
  [9700d1a9] + StrTables v1.0.1
  [b66b7d2f] + StringAnalysis v0.3.9
  [9449cd9e] + TSVD v0.4.0
  [796a5d58] + WordTokenizers v0.5.3
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8bb1440f] + DelimitedFiles 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [37e2e46d] + LinearAlgebra 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [2f01184e] + SparseArrays 
  [10745b16] + Statistics 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building HTML_Entities ─→ `~/.julia/packages/HTML_Entities/g4t7p/deps/build.log`
  Building StringAnalysis → `~/.julia/packages/StringAnalysis/q7sux/deps/build.log`
   Testing StringAnalysis
    Status `/tmp/jl_wvG0CK/Manifest.toml`
  [79e6a3ab] Adapt v1.0.0
  [15f4f7f2] AutoHashEquals v0.2.0
  [b99e7846] BinaryProvider v0.5.8
  [864edb3b] DataStructures v0.17.6
  [7693890a] HTML_Entities v1.0.0
  [682c06a0] JSON v0.21.0
  [8ef0a80b] Languages v0.4.2
  [bac558e1] OrderedCollections v1.1.0
  [69de0a69] Parsers v0.3.10
  [9700d1a9] StrTables v1.0.1
  [b66b7d2f] StringAnalysis v0.3.9
  [9449cd9e] TSVD v0.4.0
  [796a5d58] WordTokenizers v0.5.3
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8bb1440f] DelimitedFiles  [`@stdlib/DelimitedFiles`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Running tests:
Test Summary: | Pass  Total
Hash equality |    6      6
Test Summary:        | Pass  Total
Tokenizer (to words) |    5      5
Test Summary:            | Pass  Total
Tokenizer (to sentences) |    6      6
Test Summary: | Pass  Total
NGramizer     |    2      2
Test Summary: | Pass  Total
Document      |   25     25
Test Summary: | Pass  Total
Metadata      |   50     50
Test Summary: | Pass  Total
Corpus        |   36     36
Test Summary:         | Pass  Total
Preprocessing (newer) |    9      9
Test Summary:         | Pass  Total
Preprocessing (older) |   28     28
Test Summary:         | Pass  Total
DTM: TextHashFunction |    5      5
Test Summary: | Pass  Total
DTM: Generics |   31     31
Test Summary:            | Pass  Total
DTM: Iteration, Indexing |   28     28
Test Summary:              | Pass  Total
COOM (Co-occurence Matrix) |   27     27
Test Summary: | Pass  Total
Stemmer       |   17     17
Test Summary:          | Pass  Total
Stats (TF,TF-IDF,BM25) |   42     42
Test Summary: | Pass  Total
LDA           |    3      3
Test Summary: | Pass  Total
LSA           |  103    103
Test Summary:      | Pass  Total
Random Projections |  250    250
Test Summary:     | Pass  Total
Base.show methods |   12     12
   Testing StringAnalysis tests passed