Commit graph

97 commits

Author SHA1 Message Date
Sorrel Bri
e7a7673d68 add clear output to Options component, remove future options 2020-02-28 11:58:16 -08:00
Sorrel Bri
d87a99c498 patch epochs to update with parent 2020-02-28 11:47:01 -08:00
Sorrel Bri
a74d387834 add error messaging for improper rules 2020-02-28 11:13:32 -08:00
Sorrel Bri
d1e1d8e1c6 add support for epoch parents 2020-02-27 14:50:25 -08:00
Sorrel Bri
be10c6923f add usage documentation to readme 2020-02-27 13:52:15 -08:00
Sorrel Bri
44990abd68 style global padding and improve margin around components 2020-02-26 16:48:50 -08:00
Sorrel Bri
364a3fee29 first deploy 2020-02-26 16:36:06 -08:00
Sorrel Bri
c5b7e13029 add style to results component 2020-02-26 16:27:45 -08:00
Sorrel Bri
953c403f3b style features and options components 2020-02-26 16:16:52 -08:00
Sorrel Bri
7f868c5a26 add fonts, standardize textarea size 2020-02-26 15:23:39 -08:00
Sorrel Bri
228e31a41a add responsive grid style to app layout 2020-02-26 14:42:47 -08:00
Sorrel Bri
86c4d3698d refactor components for code cleanliness 2020-02-26 14:06:04 -08:00
Sorrel Bri
936e09d00a add main color theme 2020-02-21 21:45:53 -08:00
Sorrel Bri
3f2b4e6618 refactor components to remove unused useState hooks 2020-02-21 20:55:17 -08:00
Sorrel Bri
6f55f0ac39 refactor Output component to display multiple results 2020-02-21 20:21:06 -08:00
Sorrel Bri
745fd3b899 clean unused useState hooks from PCA component 2020-02-21 16:14:20 -08:00
Sorrel Bri
eb551a3fce refactor results reducer for cleanliness 2020-02-21 16:00:34 -08:00
Sorrel Bri
31fab0ea57 add support for multiple epochs with dependencies 2020-02-21 15:17:59 -08:00
Sorrel Bri
471759a7cf refactor rule decomposition for cleanliness 2020-02-20 17:06:13 -08:00
Sorrel Bri
6885aeba2f add error check for unknown tokens in feature portions of rules 2020-02-19 23:18:18 -08:00
Sorrel Bri
54dbe75a70 add error messages for rule syntax 2020-02-19 22:14:21 -08:00
Sorrel Bri
66be6e0650 confirm through fifth sample sound change rule 2020-02-19 18:52:29 -08:00
Sorrel Bri
162b6b8cfc debug word initial environment rules 2020-02-19 18:50:59 -08:00
Sorrel Bri
42f0b179c8 patch transformLexeme to remove empty phoneme object in case of deletion 2020-02-19 18:36:42 -08:00
Sorrel Bri
07be982b51 add support for word end and phoneme deletion 2020-02-19 18:33:00 -08:00
Sorrel Bri
a19102f82e display results of run in Output component 2020-02-16 18:28:43 -08:00
Sorrel Bri
3d0bde1c55 refactor results reducer for cleanliness 2020-02-16 15:11:36 -08:00
Sorrel Bri
afbd9d9bdf green on run for single epoch 2020-02-16 00:48:36 -08:00
Sorrel Bri
1b51405f02 patch decomposeRules in results to process phoneme sequences 2020-02-13 23:40:34 -08:00
Sorrel Bri
bcf79aa28c refactor features reducer for cleanliness 2020-02-13 21:02:51 -08:00
Sorrel Bri
298c153f88 rename reducer files to remove redundant state prefix 2020-02-13 20:20:03 -08:00
Sorrel Bri
1e15578aec map rules object on results run 2020-02-13 13:56:19 -08:00
Sorrel Bri
98864740ca hook Options form submit to RUN dispatch 2019-12-20 14:08:22 -08:00
Sorrel Bri
b748c8d104 hook results to Output render 2019-12-20 14:03:40 -08:00
Sorrel Bri
2d207c4783 patch failing SoundChangeSuite tests 2019-12-20 13:59:23 -08:00
Sorrel Bri
26d85eec4c hook SoundChangeSuite onChange events to dispatch SET_EPOCH 2019-12-20 13:33:43 -08:00
Sorrel Bri
252529feda hook Options output radio and save check onChange to dispatch SET_OPTIONS 2019-12-18 21:55:44 -08:00
Sorrel Bri
4ffeab701a add reducer action SET_OPTIONS 2019-12-18 21:49:55 -08:00
Sorrel Bri
77ebc5e1b9 hook options to Options render 2019-12-18 21:24:26 -08:00
Sorrel Bri
2c98a28624 hook remove epoch to dispatch REMOVE_EPOCH 2019-12-18 21:02:20 -08:00
Sorrel Bri
368b6ea1fa hook epochs into Epochs render 2019-12-18 20:11:21 -08:00
Sorrel Bri
9a8563ebd7 fix Features test, clear Features cruft 2019-12-18 15:51:41 -08:00
Sorrel Bri
5d98f91b0f patch feature display support for multi-graph phones 2019-12-18 15:38:22 -08:00
Sorrel Bri
cf0c971ee3 hook feature submit to reducer dispatch ADD_FEATURE 2019-12-17 19:10:48 -08:00
Sorrel Bri
5e0100edac hook features and phones into Features render 2019-12-16 22:22:37 -08:00
Sorrel Bri
f574e7b05f hook lexicon form onChange to reducer dispatch SET_LEXICON 2019-12-16 21:32:02 -08:00
Sorrel Bri
7de78839b0 hook lexicon into ProtoLang render 2019-12-16 14:52:38 -08:00
Sorrel Bri
cabf342b4a patch SET_EPOCH reducer action with index undefined check 2019-12-16 14:29:44 -08:00
Sorrel Bri
53c9abe317 Merge branch 'master' of https://github.com/sorrelbri/phono-change-applier 2019-12-16 13:43:01 -08:00
Sorrel Bri
d83ee0fba3 fix state init function to map epoch pointer to initialized lexicon 2019-12-16 13:41:18 -08:00