├── .travis.yml ├── README.md ├── trigram.go └── trigram_test.go /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/trigram/HEAD/.travis.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/trigram/HEAD/README.md -------------------------------------------------------------------------------- /trigram.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/trigram/HEAD/trigram.go -------------------------------------------------------------------------------- /trigram_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kkdai/trigram/HEAD/trigram_test.go --------------------------------------------------------------------------------