Ports Search

Results 1,3011,310 of 1,719 for /textproc/.(0.003 seconds)
textproc/qstardict-1.0.1 (Score: 0.068937615)
Qt 4 based dictionary program (stardict clone)
QStarDict is a StarDict clone written with using Qt4. The user interface is similar to StarDict. Main features * Full support of StarDict dictionaries * Working in system tray * Scanning mouse selection and showing popup window with translation of selected word
textproc/rdflib-4.2.1 (Score: 0.068937615)
Python library for RDF manipulation
RDFLib is a python library containing an RDF triple store and RDF/XML parser/serializer. Git repository: https://github.com/RDFLib/rdflib
textproc/xmlpatterns-tool-4.8.7 (Score: 0.068937615)
Qt command-line utility for running XQueries
textproc/xml-5.6.1 (Score: 0.068937615)
Qt SAX and DOM implementations
textproc/aspell-0.60.6 (Score: 0.068937615)
Spelling checker with better logic than ispell (Linux Fedora 10)
textproc/redland-1.0.17 (Score: 0.068937615)
High-level interface for RDF
Redland is a set of libraries that provide a high-level interface for RDF allowing the model to be stored, queried and manipulated. Redland implements each of the RDF model concepts in its own class and provides an object based API for them. Some of the classes providing the parsers, storage mechanisms and other elements are built as modules that can be added or removed as required.
textproc/qu-aspell-0.02.0 (Score: 0.068937615)
Aspell Quechua dictionary
Aspell Quechua dictionary.
textproc/rstyoutube-0.1.1 (Score: 0.068937615)
Embed YouTube videos in reStructuredText documents
rstyoutube is a package for embedding YouTube videos in reStructuredText documents.
textproc/rxp-0.9 (Score: 0.068937615)
Fast validating XML parser for Python
RXP is a very fast validating XML parser written by Richard Tobin of the University of Edinburgh. It complies fully with the W3C test suites (although we have compiled it without Unicode support for the time being). pyRXP is a wrapper around this which constructs a lightweight in-memory "tuple tree" in a single call. This structure is the lightest one we could define in Python, and it is constructed entirely in C code, resulting in unprecedented speed. It is a core part of ReportLab's forthcoming XML toolkit, which aims to offer simple, fast and pythonic tools for common XML processing tasks.
textproc/rapidxml-1.13 (Score: 0.068937615)
Fast C++ library for parsing XML
RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with parsing speed approaching that of strlen function executed on the same data. RapidXml has been around since 2006, and is being used by lots of people. HTC uses it in some of its mobile phones. If you are looking for a stable and fast parser, look no further. Integration with your project will be trivial, because entire library is contained in a single header file, and requires no building or configuration.