├── BreakSentence.go ├── Detect.go ├── DictionaryExamples.go ├── DictionaryLookup.go ├── LICENSE.txt ├── Languages.go ├── README.md ├── Translate.go └── Transliterate.go /BreakSentence.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/BreakSentence.go -------------------------------------------------------------------------------- /Detect.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/Detect.go -------------------------------------------------------------------------------- /DictionaryExamples.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/DictionaryExamples.go -------------------------------------------------------------------------------- /DictionaryLookup.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/DictionaryLookup.go -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Languages.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/Languages.go -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/README.md -------------------------------------------------------------------------------- /Translate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/Translate.go -------------------------------------------------------------------------------- /Transliterate.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MicrosoftTranslator/Text-Translation-API-V3-Go/HEAD/Transliterate.go --------------------------------------------------------------------------------