Commit graph

111 commits

Author SHA1 Message Date
Bill Zorn
d4b5ef2104 code changes for encoding updates and sanity checker script that found them 2016-05-06 18:36:35 -07:00
Bill Zorn
6421c02f60 more name shenanigans 2016-05-06 18:30:55 -07:00
Bill Zorn
a6b65d18ef no more 'named @' 2016-05-06 18:17:51 -07:00
Bill Zorn
813c02845a fix minor x things 2016-05-06 18:02:51 -07:00
Bill Zorn
f30d517d4b weird characters in types... 2016-05-06 17:50:48 -07:00
Bill Zorn
d828427ddb more planeswalker names 2016-05-06 17:13:36 -07:00
Bill Zorn
e168a6ca7f planeswalker name fixes 2016-05-06 17:10:12 -07:00
Bill Zorn
8fc9f8d39d new transforms, plus slow reference line randomizer 2016-05-06 15:19:06 -07:00
Bill Zorn
279a393b1f crystal counter 2016-05-06 15:10:09 -07:00
Bill Zorn
8b6760ea16 you may choose the same mode more than once. 2016-05-06 15:03:56 -07:00
Bill Zorn
fa007e399f fix "choose one that hasn't been chosen" from demonic pact 2016-05-06 13:51:59 -07:00
Bill Zorn
8a632e6868 fix some things with line transforms 2016-05-06 13:10:03 -07:00
Bill Zorn
3e2b5188bf fixed typo in documentation 2016-05-05 21:18:29 -07:00
Bill Zorn
20ab5af6e1 fixed html things to work with new colorless mana symbol 2016-05-05 14:26:43 -07:00
Bill Zorn
23c3b9a160 regenerate word vector files; word vectors encoding now sorts costs 2016-05-05 11:31:59 -07:00
Bill Zorn
3b79a68b58 fixed new colorless mana symbol 2016-05-05 11:22:52 -07:00
Bill Zorn
f0a8f3d1c7 final improvements for poster 2015-12-06 20:45:52 -08:00
Bill Zorn
d047ded658 ipython and beginning of pairing 2015-12-06 14:26:02 -08:00
Bill Zorn
00159593bb minor fixes and analysis script to collect data for a checkpoint 2015-12-06 00:07:15 -08:00
Bill Zorn
7c8ebe7015 updated validate to be more modular and have a few more properties to check 2015-12-04 22:08:23 -08:00
Bill Zorn
11eb30a5b5 Merge branch 'master' of github.com:billzorn/mtgencode 2015-12-04 20:01:59 -08:00
Bill Zorn
947e41ea80 updated ngrams script so it can also use the nltk model 2015-12-04 20:01:29 -08:00
Bill Zorn
28c3609c37 Merge branch 'master' of github.com:billzorn/mtgencode 2015-12-03 15:21:24 -08:00
Bill Zorn
c1eeb521ac added percentages to validate output 2015-12-03 15:20:54 -08:00
Bill Zorn
a8c1303e7f now also cleans up the dumps 2015-12-02 15:27:18 -08:00
Bill Zorn
34176585b2 some fixes 2015-12-02 15:17:29 -08:00
Bill Zorn
afd89730ad critical fix for cbow, some new management scripting work 2015-12-02 14:59:52 -08:00
Bill Zorn
4c625c1e29 added autotraining script 2015-12-02 11:01:45 -08:00
Bill Zorn
99a565b77e Merge branch 'master' of github.com:billzorn/mtgencode
Conflicts:
	scripts/validate.py
2015-12-01 13:39:39 -08:00
Bill Zorn
b22dcafc89 collecting changes stranded on leveler 2015-12-01 13:36:47 -08:00
Bill Zorn
4fbb000c3f added fixed nltk code for safekeeping 2015-11-30 23:51:49 -08:00
Bill Zorn
03c98f92bf many new categories to check for 2015-11-30 18:37:43 -08:00
Bill Zorn
cf018f07b4 few small tweaks to encoding, hopefully final version for now 2015-11-25 23:14:44 -08:00
Bill Zorn
6606a5530e very first version of card validation script 2015-11-18 16:28:12 -08:00
Bill Zorn
6b80e49d2b added some data processing scripts 2015-11-17 00:47:18 -08:00
Bill Zorn
2cd8b03249 added html visual spoilers for nearest cards / names (creativity metrics) 2015-11-09 23:41:45 -08:00
Bill Zorn
2ebb15cb28 remove unused reference code 2015-11-09 19:32:32 -08:00
Bill Zorn
c9f8f251d5 tweaks and fixes, html mode has a few new features and is mostly working as desired 2015-11-09 19:24:48 -08:00
Bill Zorn
ccb112021e Merge branch 'master' of https://github.com/reimannsum/mtgencode into reimannsum-master
Conflicts:
	decode.py
	lib/cardlib.py
	lib/utils.py

Moved massive html header string into a separate file.
2015-11-09 14:10:56 -08:00
Bill Zorn
18e1a66f88 added parallel versions to cbow and namediff analyses, not used yet though 2015-11-08 19:57:47 -08:00
reimannsum
236175343a cleaning up files that do not belong 2015-11-08 20:18:11 -05:00
reimannsum
0d78b7ab91 updating to the newest version of mtgencode and finishing html support 2015-11-08 20:16:29 -05:00
Bill Zorn
b3860eb924 moved general file opening logic to a central location 2015-11-06 20:50:29 -08:00
Bill Zorn
1fd9da4b9f updated documentation more 2015-11-05 21:52:09 -08:00
Bill Zorn
829894d1d0 update documentation 2015-11-05 21:43:46 -08:00
Bill Zorn
49071aefa6 final changes to transforms concerning line reordering.
everything *should* be in working order, but there are probably still bugs
2015-11-05 21:20:20 -08:00
reimannsum
360569981d adding icons for html decodes 2015-11-02 21:53:50 -05:00
reimannsum
22ea3073f1 Update process_output.sh 2015-11-02 11:13:39 -05:00
reimannsum
32f6a37c79 Update process_output.sh
Fix issue with files being treated as directories.
2015-11-02 11:10:06 -05:00
reimannsum
944c8ed5df Update make_output.sh
FIxed oversight in rsync path
2015-11-01 22:23:24 -05:00