RSS 227 projects tagged "Text Processing"

No download Website Updated 18 Jun 2013 pyratemp

Screenshot
Pop 115.13
Vit 84.97

pyratemp is probably (one of) the smallest complete template-engines for Python (with about 500 LOC). It has a very small set of special syntax in the templates. This reduces complexity and the probability of bugs and lead to an easy-to-use and intuitive user-interface. It uses embedded Python-expressions (in a "sandbox"), is well documented, has full Unicode-support, and produces very good error-messages, which is very useful when creating new templates.

Download Website Updated 17 Jun 2013 doclifter

Screenshot
Pop 339.32
Vit 196.65

doclifter helps with lifting documents with nroff markup to XML-DocBook. Lifting documents from presentation level to semantic level is hard, and a really good job requires human polishing. This tool aims to do everything that can be mechanized, and to preserve any troff-level information that might have structural implications in XML comments. TBL tables are translated into DocBook table markup, PIC into SVG, and EQN into MathML (relying on pic2svg and GNU eqn for the last two).

No download Website Updated 12 May 2013 Template Data Interface (TDI)

Screenshot
Pop 61.81
Vit 4.04

Template Data Interface (TDI, /ʹtedɪ/) is a markup templating system written in Python with (optional but recommended) speedup code written in C. Unlike most templating systems, TDI does not invent its own language to provide functionality. Instead, you simply mark the nodes you want to manipulate within the template document. The template is parsed, and the marked nodes are presented to your Python code, where they can be modified in any way you want.

Download Website Updated 10 May 2013 LyX

Screenshot
Pop 778.58
Vit 79.71

LyX is a document processor that encourages an approach to writing based on the structure of your documents, not their appearance. It is intended for people people who write and want their writing to look great without tinkering with formatting details, font attributes, or page boundaries. On screen, it looks like any word processor, but it uses the TeX engine for printed output and producing richly cross-referenced PDFs. It is stable and fully featured.

Download Website Updated 03 May 2013 pyPEG

Screenshot
Pop 268.64
Vit 34.82

pyPEG is a quick and easy solution for creating a parser in Python programs. pyPEG uses a PEG language in Python data structures to parse, so it can be used dynamically to parse nearly every context free language. The output is a plain Python data structure called pyAST, or, as an alternative, XML.

Download Website Updated 29 Apr 2013 ocrodjvu

Screenshot
Pop 223.39
Vit 34.15

ocrodjvu is a wrapper for OCR systems that allows you to perform OCR on DjVu files.

Download Website Updated 10 Apr 2013 YML

Screenshot
Pop 304.96
Vit 41.47

YML (Why a Markup Language?!) is an easy language to compile into XML. YSLT is an easy language for code generation, automating your software development tasks.

Download No website Updated 17 Mar 2013 MoinMoin

Screenshot
Pop 538.01
Vit 53.21

A WikiWikiWeb is a collaborative hypertext environment, with an emphasis on easy access to and modification of information. MoinMoin is a Python WikiClone that allows you to easily set up your own wiki, only requiring a Web server and a Python installation.

Download Website Updated 05 Mar 2013 XIST

Screenshot
Pop 191.83
Vit 37.25

XIST is an extensible HTML and XML generator. It is also an XML parser with a very simple and Python-esque tree API. Every XML element type corresponds to a Python class, and these Python classes provide a conversion method to transform the XML tree (e.g. into HTML). XIST can be considered 'object-oriented XSLT'. XIST also includes a cross-platform templating language, Oracle utilities, and various other tools.

Download Website Updated 01 Mar 2013 RedNotebook

Screenshot
Pop 411.32
Vit 31.28

RedNotebook is a graphical diary and journal to keep track of notes and thoughts throughout the day. It includes a calendar navigation, customizable templates for each day, export functionality, and a keyword search and cloud.

Screenshot

Project Spotlight

sr4.sql

A character database for Shadowrun 4th edition.

Screenshot

Project Spotlight

DomCore

A set of foundation classes for PHP.