Skip to content

booyaa/wordsworth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordsworth

A collection of useful natural language functions.

Usage

This crate is on crates.io and can be used by adding wordsworth to the dependencies in your project's Cargo.toml.

[dependencies]
wordsworth = "0.1.*"

and this to your crate root:

extern crate wordsworth;

Example

use wordsworth;
assert_eq!(3, syllable_counter("lucozade"));
assert_eq!(false, is_haiku("this is not\nnot\n a haiku"));

About

A collection of natural language analysis functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages