Versions in this module Expand all Collapse all v0 v0.1.0 Sep 2, 2015 Changes in this version + const AlreadyInitializedError + const IncompatibleVersionError + type Example struct + Class int + Text string + type Extractor struct + func (e *Extractor) Dimensions() int + func (e *Extractor) Extract(text string) matrix.Matrix + func (e *Extractor) MarshalJSON() ([]byte, error) + func (e *Extractor) UnmarshalJSON(b []byte) error + type Still struct + func Deserialize(reader io.Reader) (*Still, error) + func Learn(iterations int, exampleSeq []*Example) *Still + func (s *Still) Filter(text string) bool + func (s *Still) FilterAll(inputSeq []string) []string + func (s *Still) MarshalJSON() ([]byte, error) + func (s *Still) Serialize(writer io.Writer) error + func (s *Still) UnmarshalJSON(b []byte) error