.. _features_technical: Features: Technical Documentation ================================== Below is a list of the features currently built and documented within our toolkit. We describe the different levels of analysis for features in :ref:`the Introduction, under Generating Features: Utterance-, Speaker-, and Conversation-Level `. Utterance- (Chat) Level Features ********************************* Utterance-Level features are calculated *first* in the Toolkit, as many conversation-Level features are derived from utterance-level information. These are the basic attributes that can be used to describe a single message ("utterance") in a conversation. .. toctree:: :maxdepth: 1 basic_features certainty lexical_features_v2 other_lexical_features info_exchange_zscore question_num politeness_features hedge temporal_features readability textblob_sentiment_analysis named_entity_recognition_features politeness_v2 politeness_v2_helper reddit_tags word_mimicry fflow Conversation-Level Features **************************** Base Conversation-Level Features +++++++++++++++++++++++++++++++++++ The following features are constructs that are defined only at the conversation-level, such as the level of "burstiness" in a team's communication patterns. We call these the "base" conversation-level features, and they can be accessed using a property of the ``FeatureBuilder`` object: ``FeatureBuilder.conv_features_base``. .. toctree:: :maxdepth: 1 burstiness information_diversity ../utils/gini_coefficient get_all_DD_features discursive_diversity variance_in_DD within_person_discursive_range turn_taking_features Conversation-Level Aggregates +++++++++++++++++++++++++++++++++++ Once utterance-level features are computed, we compute conversation-level features; some of these features represent an aggregation of utterance-level information (for example, the "average level of positivity" in a conversation is simply the mean positivity score for each utterance). By default, all numeric attributes generated at the utterance (chat) level are aggregated using the functions ``mean``, ``max``, ``min``, and ``stdev``. However, this behavior can be customized, with details in the Worked Example (see :ref:`custom_aggregation`). Speaker- (User) Level Features ********************************* User-level features generally represent an aggregation of features at the utterance- level (for example, the average number of words spoken *by a particular user*). There is therefore limited speaker-level feature documentation, other than a function used to compute the "network" of other speakers that an individual interacts with in a conversation. You may reference the :ref:`Speaker (User)-Level Features Page ` for more information, as well as the details in the Worked Example (see :ref:`custom_aggregation`). .. toctree:: :maxdepth: 1 get_user_network