Skip to content

Releases: mebaysan/Tureng-Translation-CLI

v1.1.0

08 Oct 06:43
Compare
Choose a tag to compare

Commands as a Bash script improved

v0.4.0

07 Oct 15:07
Compare
Choose a tag to compare

In this release, sentence command can be used.

>>> python -m tureng_cli sentence -w "Hurricane" -n 10

Hurricane sentence example
#       Sentence
1       + Oh, and the tropical storm will become a hurricane late Saturday night.
2       + The town was considerably damaged by the great hurricane of the 8th of August 1899.
3       + He'd managed to miss the hurricane, though the waters were still rough and the waves high.
4       + Everything needs to be ready, especially if the hurricane shifts to make landfall.
5       + In 1907 a hurricane destroyed the greater part of the laurels of the Prado and the royal palms of the Parque de Colon.
6       + He felt like he'd been hit by a hurricane.
7       + In 1090 a tremendous hurricane passed over London, and blew down six hundred houses and many churches.
8       + An open space forming the heart of the square in which the church stands separates the solitary western tower (14th century) from the choir and transept, the nave having been blown down by a violent hurricane in 1674 and never rebuilt.
9       + In July, on the approach of the dangerous hurricane season, Rodney sailed for North America, reaching New York on the 14th of September.
10      + The hurricane, too, was followed by repeated droughts, and the inhabitants of the out-islands were reduced to indigence and want, a condition which is still, in some measure, in evidence.

v1.0.0

07 Oct 15:22
Compare
Choose a tag to compare

With this release, #1 is implemented to CLI.

>>> python -m tureng_cli synonym -w "Hurricane" -n 3

Hurricane synonyms
#       Synonym         Defination
1       + cyclone       +  (Meteorol.) A system of rotating winds over a vast area, spinning inward to a low pressure center (counterclockwise in the N Hemisphere) and generally causing stormy weather: commonly called a low, since it coexists with low barometric pressure
2       + typhoon       +  A violent cyclonic storm occurring in the western Pacific Ocean.
3       + wind          +  The wind instruments of an orchestra, or the players of these instruments

v0.3.0

29 Sep 08:47
Compare
Choose a tag to compare

In this release, CLI is improved to present possible words when an error occurs during the translation.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Sep 08:31
Compare
Choose a tag to compare

In this release, CLI is improved to handle exceptions that occur during the translation phase.

>>> python -m tureng_cli translate -w "excissment" -n 10

There is no translation for this word: excissment

Full Changelog: https://github.com/BaysanSoft/Tureng-Translation-CLI/commits/v0.2.0