javiyt / twitter-text-go

A Go implentation of Twitter's various text processing libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter-text-go

Test Godoc license Go Report Card

Twitter-text-go is a Go port of the various twitter-text handling libraries.

Installation

Currently, only extraction and validation have been implemented. Install those packages using the "go get" command:

go get github.com/kylemcc/twitter-text-go/{validate,extract}

Documentation

API Documentation (powered by godoc.org)

Todo

Implement the rest of the twitter-text APIs: Auto-linking and Hit Highlighting

Contributing

Pull requests welcome!

License

See here: License

About

A Go implentation of Twitter's various text processing libraries

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%