tl

command module
v1.0.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2022 License: AGPL-3.0 Imports: 61 Imported by: 0

README

tl License Pipeline status

Screencast

Install

go install gitlab.com/opennota/tl@latest

(You'll need Go 1.16 or newer.)

Or download a pre-compiled binary.

Use

tl -http :1337 -db /path/to/tl.db
  • -http :1337 - listen on port 1337 (by default port 3000 or $PORT on localhost)
  • -db /path/to/tl.db - path to the translations database (by default tl.db in the current directory)

Documentation

Overview

A web app for translators.

Directories

Path Synopsis
fuzzy
cosine
Package cosine provides a function for computing cosine similarity.
Package cosine provides a function for computing cosine similarity.
inverted
Package inverted implements an inverted index.
Package inverted implements an inverted index.
levenshtein
Package levenshtein provides functions for calculating Levenshtein distances.
Package levenshtein provides functions for calculating Levenshtein distances.
segmenter
Package segmenter provides a way to split texts into sentences.
Package segmenter provides a way to split texts into sentences.
tm
Package tm implements Translation Memory.
Package tm implements Translation Memory.
tokenizer
Package tokenizer provides a way to extract tokens (words) from a sentence.
Package tokenizer provides a way to extract tokens (words) from a sentence.
transformers
Package transformers provides an interface to a Python server which computes multilingual sentence embeddings using UKPLab/sentence-transformers.
Package transformers provides an interface to a Python server which computes multilingual sentence embeddings using UKPLab/sentence-transformers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL