python-mecab

mecab binding for Python

Mecab is a morphological analysis system. It reads Japanese sentences from the standard input, segments them into morpheme sequences, and outputs them to the standard output with many additional pieces of information (pronunciation, semantic information, etc).

dict-freedict-eng-tur

English-Turkish dictionary for the dict server/client

This is the English-Turkish dictionary from the FreeDict project. It contains 36589 headwords (FreeDict status: unstable). It can be either used with the dictd server and a dict client or with GoldenDict.

varscan

variant detection in next-generation sequencing data

Variant detection in massively parallel sequencing. For one sample, calls SNPs, indels, and consensus genotypes. For tumor-normal pairs, further classifies each variant as Germline, Somatic, or LOH, and also detects somatic copy number changes.

libapache2-mod-log-sql

Use SQL to store/write your Apache queries logs - Base

mod_log_sql is a log module for Apache which logs all requests to a database.

libbusiness-onlinepayment-viaklix-perl

viaKLIX backend for Business::OnlinePayment

Business::OnlinePayment::viaKLIX is a back end driver that implements the interface specified by Business::OnlinePayment to support payment handling via viaKLIX's Internet payment solution.

libghc-generic-trie-prof

a map, where the keys may be complex structured data; profiling libraries

This type implements maps where the keys are themselves complex structured data. For example, the keys may be the abstract syntax trees for a programming language. The map is implemented as a trie, so common parts of the keys will be shared in the representation. The library provides a generic implementation of the data structure, so values of types that have support for 'Generic' may be automatically used as keys in the map.