stoichiograph

Spell words with elemental symbols from the periodic table.
git clone git://git.amin.space/stoichiograph.git
Log | Files | Refs | LICENSE

DateCommit messageAuthorFiles+-
2017-05-25 04:06Remove elements.csv, which is no longer used.amin1+0-119
2017-05-16 10:47Package and upload to pypi. Update readme.amin14+555-419
2017-04-27 18:31Clarify comments.amin2+6-5
2017-02-26 20:27Simplify list comprehension in `speller.spell()`.amin1+9-10
2017-02-26 07:11Fix linter problem with multiline string.amin2+22-22
2017-02-25 23:56Fix graph export. Add Graph.nodes().amin4+101-13
2017-02-25 20:27Add some simple unit tests for sanity.amin2+191-0
2017-02-25 02:06Improve docstrings and naming.amin1+77-45
2017-02-22 07:40Replace old spelling method with graph method.amin4+105-228
2017-02-22 01:38Add only elemental symbols to the graph.amin1+23-9
2017-02-22 01:04Find spellings by building a graph.amin3+136-6
2017-01-19 08:25Use memoization in generate_groupings().amin2+4-1
2017-01-17 07:15Change name to stoichiograph.amin3+152-149
2017-01-13 08:09Change elemental_speller to speller.amin4+17-17
2017-01-11 11:19Add readme.amin1+38-0
2017-01-11 11:10Add command line application.amin2+134-0
2017-01-11 08:24Groupings contain 'batches' instead of 'groups'.amin2+11-11
2017-01-11 02:10Add MIT license.amin2+22-0
2017-01-11 00:24Raise informative exception for unmappable words.amin2+11-1
2017-01-10 22:39Improve docstrings. Change func and var names.amin2+31-40
2017-01-10 08:24Update element list.amin2+20-22
2017-01-09 20:34Add logging.amin3+25-7
2016-09-08 03:14Remove all unnecessary functionality. Use py.test.amin5+145-189
2016-09-07 23:31Add function to map a word to a grouping scheme. Simplify control flow.amin2+121-58
2016-03-23 19:55add function to return possible char grouping arrangementsamin3+57-17
2016-02-01 00:11add docstringsamin1+6-0
2016-01-31 23:11make find_matches() find the indices of matching symbolsamin2+14-3
2016-01-27 18:59add unit testsamin2+61-17
2016-01-27 05:06split a word into lists of single chars and pairsamin1+26-5
2016-01-27 04:11find matching chars between word and elemental symbolsamin1+13-4
2016-01-27 00:53import list of symbols from .csvamin1+19-0
2016-01-26 22:49initial commitamin2+120-0