Projects tagged ‘language’ and ‘python’


[51 total ]

1977 Users
   

Python is a dynamic, object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with ... [More] extensive standard libraries, and can be learned in a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of better code. [Less]
Created over 3 years ago.

42 Users
   

ANother Tool for Language Recognition (ANTLR) is the name of a parser generator that uses LL(k) parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set (PCCTS), first developed in ... [More] 1989, and is under active development. Its maintainer is professor Terence Parr of the University of San Francisco. [Less]
Created over 3 years ago.

42 Users
   

A wrist-friendly language targeting the Common Language Runtime (.NET / Mono) with an extensible compiler pipeline, a syntax reminiscent of Python, and many other features (like type inference, syntactic macros, etc.)
Created over 3 years ago.

36 Users
   

Jython is a Java implementation of the Python programming language. It allows users to compile Python source code to Java byte codes, and run the resulting bytecodes on any Java Virtual Machine. It is ... [More] a very seamless and smooth integration with Java: from Python you have complete access to all Java libraries, can build applets, can integrate with Java beans, and can subclass Java classes in Python and vice versa. Like Python, and unlike Java, Jython can also be used interactively: just type some Jython code at the prompt and see the results immediately. [Less]
Created over 3 years ago.

19 Users
 

NLTK — the Natural Language Toolkit — is a suite of open source Python modules, linguistic data and documentation for research and development in natural language processing, supporting dozens of ... [More] NLP tasks, with distributions for Windows, Mac OSX and Linux. [Less]
Created over 3 years ago.

7 Users
 

The Translate Toolkit gives translators a number of tools to enhance their localization activity. Support is included for standard localization formats including Gettext PO, XLIFF, TMX and TBX ... [More] This includes converters. These can convert from various formats including Java properties, Mozilla files, OpenOffice.org, Qt .ts and others. Other tools allow for quality assurance with over 40 checks, greping, debugging and counting. [Less]
Created over 2 years ago.

7 Users
   

Txt2tags converts a text file with minimal markup to HTML, XHTML, SGML, LaTeX, Lout, UNIX man page, MoinMoin, MagicPoint (mgp) and PageMaker. Features: simple, fast, automatic TOC, macros, filters ... [More] , include, tools, GUI/CLI/Web interfaces, extensive docs. [Less]
Created over 3 years ago.

6 Users
   

IronPython is a new implementation of the Python programming language running on .NET. It supports an interactive console with fully dynamic compilation. It is well integrated with the rest of the ... [More] .NET Framework and makes all .NET libraries easily available to Python programmers, while maintaining full compatibility with the Python language. [Less]
Created about 1 year ago.

6 Users
   

Virtaal is a localization and translation tool, also called a CAT tool. It builds on the Translate Toolkit to offer translators a rich translation experience. It support the editing of the ... [More] following translation formats: XLIFF, Gettext PO, Qt Linguist, Gettext MO, Wordfast TM and others. Its simple interface design focuses on removing the clutter associated with most localisation tools and allowing the translator to focus on task at hand with the information they need to complete the current task. [Less]
Created about 1 year ago.

2 Users

I18NToolBox is an application to ease the use of gettext tools in python projects and also templating engines(currently, only Genshi is supported; of course any templating engines that compiles the ... [More] templates to python code will also be supported.) It's development is still in an early stage. This description will be updated as we go along. [Less]
Created over 3 years ago.