package
Version:
v0.0.0-...-e3c5015
Opens a new window with list of versions in this module.
Published: Aug 4, 2017
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Tweet is the domain object representing a tweet
FilterStopWords removes stop words from a given tweet and returns
the remaining words in their original order.
Tweets are a stoppable stream of tweets
type WordSet map[string]struct{}
WordSet is a set of words
Add adds a word to the word set
Contains returns true if the given word is contained in the word set,
and false otherwise.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.