mirror of
				https://github.com/rust-unofficial/awesome-rust.git
				synced 2025-10-30 23:47:34 -04:00 
			
		
		
		
	Add my ngrams crate to "Text Processing"
				
					
				
			I put this under Text Processing because, even though the library can be used with arbitrary iterators, n-grams are most often used with sequences of text
This commit is contained in:
		
							parent
							
								
									4a205e2aca
								
							
						
					
					
						commit
						43dff70eda
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -416,6 +416,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
 | 
			
		|||
* [BurntSushi/suffix](https://github.com/BurntSushi/suffix) — Linear time suffix array construction (with Unicode support) [<img src="https://travis-ci.org/BurntSushi/suffix.svg?branch=master">](https://travis-ci.org/BurntSushi/suffix)
 | 
			
		||||
* [BurntSushi/tabwriter](https://github.com/BurntSushi/suffix) — Elastic tab stops (i.e., text column alignment) [<img src="https://travis-ci.org/BurntSushi/tabwriter.svg?branch=master">](https://travis-ci.org/BurntSushi/tabwriter)
 | 
			
		||||
* [rust-lang-nursery/regex](https://github.com/rust-lang-nursery/regex) — Regular expressions (RE2 style) [<img src="https://travis-ci.org/rust-lang-nursery/regex.svg?branch=master">](https://travis-ci.org/rust-lang-nursery/regex)
 | 
			
		||||
* [pwoolcoc/ngrams](https://github.com/pwoolcoc/ngrams) — Construct n-grams from arbitrary iterators [<img src="https://travis-ci.org/pwoolcoc/ngrams.svg?branch=master">](https://travis-ci.org/pwoolcoc/ngrams)
 | 
			
		||||
 | 
			
		||||
### Web programming
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue