https://github.com/zgornel/stringanalysis.jl
Hard-Forked from JuliaText/TextAnalysis.jl
https://github.com/zgornel/stringanalysis.jl
corpus-processing latent-semantic-analysis random-projections text-analysis text-processing
Last synced: 2 months ago
JSON representation
Hard-Forked from JuliaText/TextAnalysis.jl
- Host: GitHub
- URL: https://github.com/zgornel/stringanalysis.jl
- Owner: zgornel
- License: mit
- Created: 2018-11-21T13:00:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-14T20:53:41.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T09:36:48.201Z (2 months ago)
- Topics: corpus-processing, latent-semantic-analysis, random-projections, text-analysis, text-processing
- Language: Julia
- Homepage:
- Size: 896 KB
- Stars: 17
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

This is a hard fork of the [TextAnalysis.jl](https://github.com/JuliaText/TextAnalysis.jl) package, designed to provide a richer, faster and orthogonal API.
[](LICENSE.md)
[](https://travis-ci.org/zgornel/StringAnalysis.jl)
[](https://coveralls.io/github/zgornel/StringAnalysis.jl?branch=master)
[](https://zgornel.github.io/StringAnalysis.jl/stable)
[](https://zgornel.github.io/StringAnalysis.jl/dev)## Installation
```julia
Pkg.add("StringAnalysis")
```## Features
To keep track with the latest features, please consult [NEWS.md](https://github.com/zgornel/StringAnalysis.jl/blob/master/NEWS.md) and the [documentation](https://zgornel.github.io/StringAnalysis.jl/dev).## License
The code has an MIT license and therefore it is free.
## Acknowledgements
This work would not have been possible without the efforts of the **TextAnalysis.jl** package developers.
## Reporting Bugs
This is work in progress and bugs may still be present...¯\\_(ツ)_/¯ Do not worry, just [open an issue](https://github.com/zgornel/StringAnalysis.jl/issues/new) to report a bug or request a feature.