Documentation ¶
Overview ¶
Package stackoverflow provides a filter for identifying technical terms in jargon
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Tags = synonyms.NewFilter(mappings, true, ignoreRunes)
Tags detects Stack Overflow tags and synonyms. It's indended to identify canonical tags (technologies), even in prose. For example, the phrase "Ruby on Rails" (3 words) will be replaced with ruby-on-rails (1 word). It is insensitive to spaces, hyphens, dots and forward slashes, so "react js" and "reactjs" and "react.js" are all identified as the same canonical term.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.