Télécharger la liste

Description du projet

Sally is a tool for mapping a set of strings to a set of vectors. This mapping is referred to as embedding and allows techniques of machine learning and data mining to be applied for the analysis of string data. It can be used with data such as text documents, DNA sequences, or log files. The vector space model or bag-of-words model is used. Strings are characterized by a set of features, where each feature is associated with one dimension of the vector space. Occurrences of the features in each string are counted. Alternatively, binary or TF-IDF values can be computed. Vectors can be output in plain text, LibSVM, or Matlab format.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-12-28 06:46
0.8.1

Support pour positions n-grammes avec changement de variable a été ajouté. Plusieurs bugs mineurs ont été corrigés.
Support for positional n-grams with varying shift has been added. Several minor bugs have been fixed.

2012-08-30 07:25
0.8.0

Prise en charge pour les mots vides et seuil de fréquence a été ajoutée. La configuration a été simplifiée et plus transparent. Plusieurs bugs ont été corrigés.
Support for stop words and frequency thresholding has been added. The configuration has been simplified and is more transparent. Several bugs have been fixed.

2012-05-19 03:52
0.7.1

La configuration et le manuel ont été améliorées.
The configuration and manual have been improved.

2012-05-14 05:18
0.7

Support signé d'incorporation des chaînes a été ajouté. Plusieurs bugs mineurs ont été corrigés.
Support for signed embedding of strings has been added. Several minor bugs have been fixed.

2012-02-07 07:31
0.6.4

Soutien pour positionnels et triés n-grammes (n-perms) a été ajouté. C'est, vous pouvez extraire maintenant aussi liés à une position dans les cordes et de n-grammes dont les symboles sont triés de n-grammes.
Support for positional and sorted n-grams (n-perms) has been added. That is, you can now also extract n-grams bound to a position in strings and n-grams whose symbols are sorted.

Project Resources