https://github.com/freyskeyd/nlp
Rust-nlp is a library to use Natural Language Processing algorithm with RUST
https://github.com/freyskeyd/nlp
Last synced: 11 months ago
JSON representation
Rust-nlp is a library to use Natural Language Processing algorithm with RUST
- Host: GitHub
- URL: https://github.com/freyskeyd/nlp
- Owner: Freyskeyd
- License: apache-2.0
- Created: 2015-11-04T20:28:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T13:30:29.000Z (about 7 years ago)
- Last Synced: 2024-12-10T00:42:13.833Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 86.9 KB
- Stars: 41
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# nlp
[](https://travis-ci.org/Freyskeyd/nlp) [](https://coveralls.io/github/Freyskeyd/nlp)
Rust-nlp
## Implemented algorithm
### Distance
- [x] Levenshtein ([Explanation](https://fr.wikipedia.org/wiki/Distance_de_Levenshtein))
- [x] Jaro / Jaro-Winkler ([Explanation](https://fr.wikipedia.org/wiki/Distance_de_Jaro-Winkler))
### Phonetics
- [x] Soundex ([Explanation](https://en.wikipedia.org/wiki/Soundex))
- [x] Metaphone ([Explanation](https://en.wikipedia.org/wiki/Metaphone))
- [x] Double-metaphone ([Explanation](https://en.wikipedia.org/wiki/Metaphone#Double_Metaphone))
- [ ] Caverphone ([Explanation](https://en.wikipedia.org/wiki/Caverphone))
- [ ] Beider–Morse Phonetic ([Explanation](https://en.wikipedia.org/wiki/Daitch%E2%80%93Mokotoff_Soundex#Beider.E2.80.93Morse_Phonetic_Name_Matching_Algorithm))
- [ ] Kölner Phonetik ([Explanation](https://de.wikipedia.org/wiki/K%C3%B6lner_Phonetik))
- [ ] NYSIIS ([Explanation](https://en.wikipedia.org/wiki/New_York_State_Identification_and_Intelligence_System))
## Development workflow
Use multirust with `nightly`.
```bash
$ cd to/project
$ cargo test
```
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.