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

Classes

class  Colors
 
class  DlgEdge
 
class  DlgInnerEdge
 
class  DlgNode
 
class  DlgSpeechSequenceNode
 

Functions

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

Variables

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

Function Documentation

◆ _print_internal()

DlgSpellcheckJsonHumanText._print_internal ( color,
string,
** kwargs )
protected

Definition at line 43 of file DlgSpellcheckJsonHumanText.py.

Here is the caller graph for this function:

◆ convert_path_to_absolute_if_not_already()

DlgSpellcheckJsonHumanText.convert_path_to_absolute_if_not_already ( path)

Definition at line 109 of file DlgSpellcheckJsonHumanText.py.

◆ exit_program()

DlgSpellcheckJsonHumanText.exit_program ( status)

Definition at line 95 of file DlgSpellcheckJsonHumanText.py.

Here is the caller graph for this function:

◆ exit_program_error()

DlgSpellcheckJsonHumanText.exit_program_error ( message = None)

Definition at line 99 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ exit_program_success()

DlgSpellcheckJsonHumanText.exit_program_success ( )

Definition at line 105 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:

◆ get_edges_from_node_json()

DlgSpellcheckJsonHumanText.get_edges_from_node_json ( node_json)

Definition at line 220 of file DlgSpellcheckJsonHumanText.py.

Here is the caller graph for this function:

◆ get_filename_from_path()

DlgSpellcheckJsonHumanText.get_filename_from_path ( path,
include_extension = True )

Definition at line 86 of file DlgSpellcheckJsonHumanText.py.

◆ get_inner_edges_from_node_json()

DlgSpellcheckJsonHumanText.get_inner_edges_from_node_json ( node_json)

Definition at line 230 of file DlgSpellcheckJsonHumanText.py.

Here is the caller graph for this function:

◆ is_path_json_human_text()

DlgSpellcheckJsonHumanText.is_path_json_human_text ( file_path)

Definition at line 195 of file DlgSpellcheckJsonHumanText.py.

Here is the caller graph for this function:

◆ json_parse_file()

DlgSpellcheckJsonHumanText.json_parse_file ( path)
Returns a dictionary

Definition at line 116 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ json_save_dictionary()

DlgSpellcheckJsonHumanText.json_save_dictionary ( path,
dictionary )

Definition at line 132 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:

◆ main()

DlgSpellcheckJsonHumanText.main ( directory)

Definition at line 343 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:

◆ print_blue()

DlgSpellcheckJsonHumanText.print_blue ( * args,
** kwargs )

Definition at line 62 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_blue_light()

DlgSpellcheckJsonHumanText.print_blue_light ( * args,
** kwargs )

Definition at line 66 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:

◆ print_green()

DlgSpellcheckJsonHumanText.print_green ( * args,
** kwargs )

Definition at line 78 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:

◆ print_green_light()

DlgSpellcheckJsonHumanText.print_green_light ( * args,
** kwargs )

Definition at line 82 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:

◆ print_newlines()

DlgSpellcheckJsonHumanText.print_newlines ( nr = 1)

Definition at line 33 of file DlgSpellcheckJsonHumanText.py.

◆ print_red()

DlgSpellcheckJsonHumanText.print_red ( * args,
** kwargs )

Definition at line 54 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_red_light()

DlgSpellcheckJsonHumanText.print_red_light ( * args,
** kwargs )

Definition at line 58 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:

◆ print_reset_color()

DlgSpellcheckJsonHumanText.print_reset_color ( )

Definition at line 38 of file DlgSpellcheckJsonHumanText.py.

◆ print_yellow()

DlgSpellcheckJsonHumanText.print_yellow ( * args,
** kwargs )

Definition at line 70 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ print_yellow_light()

DlgSpellcheckJsonHumanText.print_yellow_light ( * args,
** kwargs )

Definition at line 74 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:

◆ run_aspell_on_words()

DlgSpellcheckJsonHumanText.run_aspell_on_words ( words_list_str)

Definition at line 240 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ spellcheck_json_human_text()

DlgSpellcheckJsonHumanText.spellcheck_json_human_text ( file_path)

Definition at line 257 of file DlgSpellcheckJsonHumanText.py.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ args

DlgSpellcheckJsonHumanText.args = parser.parse_args()

Definition at line 359 of file DlgSpellcheckJsonHumanText.py.

◆ default

DlgSpellcheckJsonHumanText.default

Definition at line 358 of file DlgSpellcheckJsonHumanText.py.

◆ help

DlgSpellcheckJsonHumanText.help

Definition at line 358 of file DlgSpellcheckJsonHumanText.py.

◆ JSON_KEY_EDGE_TARGET_NODE_INDEX

str DlgSpellcheckJsonHumanText.JSON_KEY_EDGE_TARGET_NODE_INDEX = "TargetNodeIndex"

Definition at line 217 of file DlgSpellcheckJsonHumanText.py.

◆ JSON_KEY_INNER_EDGE_TEXT

str DlgSpellcheckJsonHumanText.JSON_KEY_INNER_EDGE_TEXT = "EdgeText"

Definition at line 216 of file DlgSpellcheckJsonHumanText.py.

◆ JSON_KEY_NODE_EDGES

str DlgSpellcheckJsonHumanText.JSON_KEY_NODE_EDGES = "Edges"

Definition at line 214 of file DlgSpellcheckJsonHumanText.py.

◆ JSON_KEY_NODE_INDEX

str DlgSpellcheckJsonHumanText.JSON_KEY_NODE_INDEX = "NodeIndex"

Definition at line 212 of file DlgSpellcheckJsonHumanText.py.

◆ JSON_KEY_NODE_SEQUENCE

str DlgSpellcheckJsonHumanText.JSON_KEY_NODE_SEQUENCE = "Sequence"

Definition at line 215 of file DlgSpellcheckJsonHumanText.py.

◆ JSON_KEY_SPEECH_NODES

str DlgSpellcheckJsonHumanText.JSON_KEY_SPEECH_NODES = "SpeechNodes"

Definition at line 210 of file DlgSpellcheckJsonHumanText.py.

◆ JSON_KEY_SPEECH_SEQUENCE_NODES

str DlgSpellcheckJsonHumanText.JSON_KEY_SPEECH_SEQUENCE_NODES = "SpeechSequenceNodes"

Definition at line 211 of file DlgSpellcheckJsonHumanText.py.

◆ JSON_KEY_TEXT

str DlgSpellcheckJsonHumanText.JSON_KEY_TEXT = "Text"

Definition at line 213 of file DlgSpellcheckJsonHumanText.py.

◆ nargs

DlgSpellcheckJsonHumanText.nargs

Definition at line 358 of file DlgSpellcheckJsonHumanText.py.

◆ parser

DlgSpellcheckJsonHumanText.parser = argparse.ArgumentParser()

Definition at line 357 of file DlgSpellcheckJsonHumanText.py.

◆ str

DlgSpellcheckJsonHumanText.str

Definition at line 358 of file DlgSpellcheckJsonHumanText.py.

◆ type

DlgSpellcheckJsonHumanText.type

Definition at line 358 of file DlgSpellcheckJsonHumanText.py.