|
Size: 1877
Comment:
|
← Revision 16 as of 2009-01-28 15:24:43 ⇥
Size: 2492
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| * faster | * new design of the abstract words (here : SemanticOfWords) * faster [some caching will be implemented] |
| Line 7: | Line 8: |
| * '''[DONE: Franco added two new classes for caching for words from iterators and functions; caching can be turned off through WordOptions]''': consider using Streams and (Lazy)Familys here. [Streams doesn't exactly do what we need, but the ideas are interesting (caching)] * discussion about the content-datastructure-as-subobject (anti?)design pattern * '''[DONE: Franco implemented any CombinatorialClass as an alphabet]''' : allow for words over arbitrary alphabets? (example, the alphabet of the elements of a group) |
|
| Line 8: | Line 12: |
| --- | * New classes: * '''Sebastien, Vincent''': Language * '''Vincent''': FixedPointOfMorphism (things like the language, iterator with logarithmic storage, complexity, ..., can be computed). * Lyndon word class * Dyck Word, discussions about getting DyckWord to inherit from Language, comparisons of efficiency. * bi-infinite words, or more generally, words indexed by objects other than integers * bi-infinite alphabets (like integers) |
| Line 10: | Line 20: |
| Un-organized ideas: | * New words: * '''[DONE: Sebastien]''' Generalized Thue-Morse words to words.[TAB] * [needs fixing] Add Random Word (combine arguments m and alphabet) * fix random_element for Words * Random Testing (how do we do this?) See : http://www.sagemath.org/doc/prog/node14.html |
| Line 12: | Line 26: |
| * ideas for improving to the code (Stream for infinite words?) (Vincent Delecroix) * discussions regarding the trac #5002 * finish and post words_new_fct_sl.patch to trac #5037 * create a Lyndon word class * trac #4954: Words_over_Alphabet should check the type of input alphabet * Add Generalized Thue-Morse words to words.[TAB] * Add Random Word and Random Testing * Add Notes about words library * '''Word Paths''' -- Final improvements to word paths, get the patch posted to trac #5038 and reviewed. Discussion about getting Christoffel Words inherits from Word Paths. (Sébastien Labbé). * '''Dyck Word''' -- Discussions about getting Dyck Words inherits from Word Paths. Comparisons of efficiency. (Sébastien Labbé). * '''Word Morphism''' -- Word Morphism actually herits from SageObject and it should be a more general Morphism class. (Sébastien Labbé). * '''Language''' -- Create a Language class. (Sébastien Labbé, Vincent Delecroix). * Discussion about the content-datastructure-as-subobject (anti?)design pattern * '''Fixed points of word morphisms''' -- Create of a new class derived from InfinteWord for fixed point of a WordMorphism. It's necessary to consider those words as very special infinite words because most of the 'infinite objects' associated (language, complexity, ...) can be computed. (Vincent Delecroix). * '''Geometrization of WordMorphism''' -- following the work of G. Rauzy, A. Siegel, P. Arnoux, ... (Vincent Delecroix) * Class for biinfinite words, and words indexed by anything (Z^2^, Z^n^, graphs, ...). (Vincent Delecroix) |
* Geometrization: * '''Vincent, Sebasiten, Franco''': WordMorphism, following the work of G. Rauzy, A. Siegel, P. Arnoux, ... * '''Sebastien''': Word Paths, via words as paths in a lattice * Miscellaneous: * add notes about words library * '''[DONE: Sebastien's patch is in the s-combinat tree]''' trac #4954: Words_over_Alphabet should check the type of input alphabet (related to allowing CombinatorialClass as alphabets) * finish and post words_new_fct_sl.patch to trac #5037 * '''[DONE: Franco implemented an alphabet of integers, ordered naturally]''' discussions regarding the trac #5002 * look through the algorithms for finite words, and identify the ones that need improvement (some are really slow, like ''is_subword_of'') * WordMorphism, inherits from SageObject and it should be a more general Morphism class. |
Words Sprint (FrancoSaliola, Sébastien Labbé, Vincent Delecroix)
- New implementation for words:
new design of the abstract words (here : SemanticOfWords)
- faster [some caching will be implemented]
- space efficient
- special class for words over an alphabet of at most two letters (each letter takes one bit)
[DONE: Franco added two new classes for caching for words from iterators and functions; caching can be turned off through WordOptions]: consider using Streams and (Lazy)Familys here. [Streams doesn't exactly do what we need, but the ideas are interesting (caching)]
- discussion about the content-datastructure-as-subobject (anti?)design pattern
[DONE: Franco implemented any CombinatorialClass as an alphabet] : allow for words over arbitrary alphabets? (example, the alphabet of the elements of a group)
- New classes:
Sebastien, Vincent: Language
Vincent: FixedPointOfMorphism (things like the language, iterator with logarithmic storage, complexity, ..., can be computed).
- Lyndon word class
Dyck Word, discussions about getting DyckWord to inherit from Language, comparisons of efficiency.
- bi-infinite words, or more generally, words indexed by objects other than integers
- bi-infinite alphabets (like integers)
- New words:
[DONE: Sebastien] Generalized Thue-Morse words to words.[TAB]
- [needs fixing] Add Random Word (combine arguments m and alphabet)
- fix random_element for Words
Random Testing (how do we do this?) See : http://www.sagemath.org/doc/prog/node14.html
- Geometrization:
Vincent, Sebasiten, Franco: WordMorphism, following the work of G. Rauzy, A. Siegel, P. Arnoux, ...
Sebastien: Word Paths, via words as paths in a lattice
- Miscellaneous:
- add notes about words library
[DONE: Sebastien's patch is in the s-combinat tree] trac #4954: Words_over_Alphabet should check the type of input alphabet (related to allowing CombinatorialClass as alphabets)
- finish and post words_new_fct_sl.patch to trac #5037
[DONE: Franco implemented an alphabet of integers, ordered naturally] discussions regarding the trac #5002
look through the algorithms for finite words, and identify the ones that need improvement (some are really slow, like is_subword_of)
WordMorphism, inherits from SageObject and it should be a more general Morphism class.
