PsychiatryNLPKit.analysis.ALL_ANALYSES

PsychiatryNLPKit.analysis.ALL_ANALYSES = ('sentence_length', 'unique_pos_tags', 'adverb_ratio', 'coordinating_conjunction_ratio', 'adjective_ratio', 'pronoun_ratio', 'determiner_ratio', 'modal_auxiliary_verb_ratio', 'stop_words_ratio', 'syntax_depth', 'clause_count', 'noun_group_count', 'adjective_sentence_length', 'word_level_cosine_similarity', 'sentence_level_cosine_similarity', 'paragraph_level_perplexity', 'sentence_level_perplexity', 'paragraph_level_pseudo_perplexity', 'sentence_level_pseudo_perplexity', 'pca_density_metrics', 'intrinsic_dimensionality_density', 'vector_unpacking_density', 'propositional_idea_density', 'filler_words_count', 'zipf_frequency', 'structural_graph', 'image_text_similarity')

Built-in immutable sequence.

If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable’s items.

If the argument is a tuple, the return value is the same object.