File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ pyinstaller easyjava.spec
2222Tip: For compiling with Gooey:
2323https://github.com/chriskiehl/Gooey/wiki/step-by-step-guide:-python3-gooey-and-pyinstaller
2424
25+ TODO:
26+ - Idea: Show a preview and allow a mapping change before generating code.
Original file line number Diff line number Diff line change @@ -78,11 +78,11 @@ def spinal_case(s):
7878
7979
8080if __name__ == '__main__' :
81- """ sentence = ' '.join(viterbi_segment('ACTIONITEMIMPACTID '.lower())[0])
81+ sentence = ' ' .join (viterbi_segment ('RCCBROLE ' .lower ())[0 ])
8282 print ('sentence: {0}' .format (sentence ))
8383 word = '' .join (a .capitalize () for a in split ('([^a-zA-Z0-9])' , sentence )
8484 if a .isalnum ())
85- print('word: {0}'.format(word[0].lower() + word[1:])) """
85+ print ('word: {0}' .format (word [0 ].lower () + word [1 :]))
8686
87- print ('application: {0}' .format (first_chars ('application' )))
88- print ('applicationgroup: {0}' .format (first_chars ('applicationgroup' )))
87+ # print('application: {0}'.format(first_chars('application')))
88+ # print('applicationgroup: {0}'.format(first_chars('applicationgroup')))
Original file line number Diff line number Diff line change 8888how
8989were
9090me
91+ mitigation
9192s
9293services
9394some
@@ -563,6 +564,7 @@ language
563564story
564565sell
565566options
567+ option
566568experience
567569rates
568570create
You can’t perform that action at this time.
0 commit comments