A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
DlgSpellcheckJsonHumanText.py File Reference

Go to the source code of this file.

Classes

class  DlgSpellcheckJsonHumanText.Colors
 
class  DlgSpellcheckJsonHumanText.DlgEdge
 
class  DlgSpellcheckJsonHumanText.DlgInnerEdge
 
class  DlgSpellcheckJsonHumanText.DlgNode
 
class  DlgSpellcheckJsonHumanText.DlgSpeechSequenceNode
 

Namespaces

namespace  DlgSpellcheckJsonHumanText
 

Functions

 DlgSpellcheckJsonHumanText._print_internal (color, string, **kwargs)
 
 DlgSpellcheckJsonHumanText.convert_path_to_absolute_if_not_already (path)
 
 DlgSpellcheckJsonHumanText.exit_program (status)
 
 DlgSpellcheckJsonHumanText.exit_program_error (message=None)
 
 DlgSpellcheckJsonHumanText.exit_program_success ()
 
 DlgSpellcheckJsonHumanText.get_edges_from_node_json (node_json)
 
 DlgSpellcheckJsonHumanText.get_filename_from_path (path, include_extension=True)
 
 DlgSpellcheckJsonHumanText.get_inner_edges_from_node_json (node_json)
 
 DlgSpellcheckJsonHumanText.is_path_json_human_text (file_path)
 
 DlgSpellcheckJsonHumanText.json_parse_file (path)
 
 DlgSpellcheckJsonHumanText.json_save_dictionary (path, dictionary)
 
 DlgSpellcheckJsonHumanText.main (directory)
 
 DlgSpellcheckJsonHumanText.print_blue (*args, **kwargs)
 
 DlgSpellcheckJsonHumanText.print_blue_light (*args, **kwargs)
 
 DlgSpellcheckJsonHumanText.print_green (*args, **kwargs)
 
 DlgSpellcheckJsonHumanText.print_green_light (*args, **kwargs)
 
 DlgSpellcheckJsonHumanText.print_newlines (nr=1)
 
 DlgSpellcheckJsonHumanText.print_red (*args, **kwargs)
 
 DlgSpellcheckJsonHumanText.print_red_light (*args, **kwargs)
 
 DlgSpellcheckJsonHumanText.print_reset_color ()
 
 DlgSpellcheckJsonHumanText.print_yellow (*args, **kwargs)
 
 DlgSpellcheckJsonHumanText.print_yellow_light (*args, **kwargs)
 
 DlgSpellcheckJsonHumanText.run_aspell_on_words (words_list_str)
 
 DlgSpellcheckJsonHumanText.spellcheck_json_human_text (file_path)
 

Variables

 DlgSpellcheckJsonHumanText.args = parser.parse_args()
 
 DlgSpellcheckJsonHumanText.default
 
 DlgSpellcheckJsonHumanText.help
 
str DlgSpellcheckJsonHumanText.JSON_KEY_EDGE_TARGET_NODE_INDEX = "TargetNodeIndex"
 
str DlgSpellcheckJsonHumanText.JSON_KEY_INNER_EDGE_TEXT = "EdgeText"
 
str DlgSpellcheckJsonHumanText.JSON_KEY_NODE_EDGES = "Edges"
 
str DlgSpellcheckJsonHumanText.JSON_KEY_NODE_INDEX = "NodeIndex"
 
str DlgSpellcheckJsonHumanText.JSON_KEY_NODE_SEQUENCE = "Sequence"
 
str DlgSpellcheckJsonHumanText.JSON_KEY_SPEECH_NODES = "SpeechNodes"
 
str DlgSpellcheckJsonHumanText.JSON_KEY_SPEECH_SEQUENCE_NODES = "SpeechSequenceNodes"
 
str DlgSpellcheckJsonHumanText.JSON_KEY_TEXT = "Text"
 
 DlgSpellcheckJsonHumanText.nargs
 
 DlgSpellcheckJsonHumanText.parser = argparse.ArgumentParser()
 
 DlgSpellcheckJsonHumanText.str
 
 DlgSpellcheckJsonHumanText.type