28 projects tagged "language"
The Objeck computer language is an object-oriented computing language with functional features that has ties with Java, C#, and Pascal. In this language, all data types are treated as objects. The language consists of a compiler and VM with an accompanying memory management and JIT compiler.
LanguageTool is a style and grammar checker that currently supports English, Polish, German, French, Dutch, and other languages to a different degree. It scans the words and their part-of-speech tags for occurrences of error patterns, which are defined in an XML file. More powerful error rules can be written in Java. LanguageTool should be used after the spelling of a text has been corrected.
Cjklib provides language routines related to Han characters (characters based on Chinese characters named Hanzi, Kanji, Hanja, and chu Han respectively) used in writing of the Chinese, the Japanese, infrequently the Korean, and formerly the Vietnamese languages. Functionality is included for character pronunciations, radicals, glyph components, stroke decomposition, and variant information.
Dictconv-cx is a dictionary converter that is a stripped down and expanded version of dictconv. It removes support for the DICT dictionary, stardict, as other tools such as makedict handle it well, and adds support for UTF-8 encoding, keywords longer than 255 characters, 82,000+ character length in definitions, and other changes.
FlashQard helps you to learn any subject that can be learned via a question and answer format. You write a question on a card and the answer overleaf in formatted text. You can also insert as many pictures as you wish. The reviewing method is known as the Leitner system, proposed by Sebastian Leitner in 1970s. This method is a well known and widely used method to efficiently use flash cards and to reduce the amount of study time needed. FlashQard can read your card's text (text-to-speech) as you go through your cards.
probability sequencing language is a text based piano roll language for csound that is inspired by the probability in Jeskola Buzz, but with more control than you can get in a MIDI based envirement. Every note has a chance of hitting unless it is marked with an x. The frequency on the roll is entirely up to the user.
Ctalk adds classes, methods, operator overloading, inheritance, and complex object expressions to otherwise standard C programs. Programs can use only a few Ctalk objects and methods in an otherwise standard C program, but the language can be used to write entire programs also. Ctalk works on most if not all of the systems that support GCC, the GNU C compiler. The package includes the language, class and run-time libraries, example programs, tutorial, and language reference.