LICENSE.txt
MANIFEST.in
README.md
requirements.txt
setup.py
rb/__init__.py
rb/cna/__init__.py
rb/cna/cna_graph.py
rb/cna/edge_type.py
rb/cna/overlap_type.py
rb/complexity/__init__.py
rb/complexity/complexity_index.py
rb/complexity/index_category.py
rb/complexity/measure_function.py
rb/complexity/cohesion/__init__.py
rb/complexity/cohesion/adj_cohesion.py
rb/complexity/cohesion/factory.py
rb/complexity/cohesion/inter_cohesion.py
rb/complexity/cohesion/intra_cohesion.py
rb/complexity/cohesion/mid_end_cohesion.py
rb/complexity/cohesion/start_end_cohesion.py
rb/complexity/cohesion/start_mid_cohesion.py
rb/complexity/cohesion/trans_cohesion.py
rb/complexity/discourse/__init__.py
rb/complexity/discourse/conn_type_enum.py
rb/complexity/discourse/connectors.py
rb/complexity/discourse/factory.py
rb/complexity/morphology/__init__.py
rb/complexity/morphology/factory.py
rb/complexity/morphology/pos_main.py
rb/complexity/morphology/pron.py
rb/complexity/morphology/pron_type_enum.py
rb/complexity/morphology/unq_pos_main.py
rb/complexity/rhythm/__init__.py
rb/complexity/rhythm/dictionary_utils.py
rb/complexity/rhythm/factory.py
rb/complexity/rhythm/no_alliterations.py
rb/complexity/rhythm/no_assonances.py
rb/complexity/rhythm/no_stressed_syllables.py
rb/complexity/rhythm/no_syllables.py
rb/complexity/rhythm/rhythm_utils.py
rb/complexity/rhythm/rhythmic_coefficient.py
rb/complexity/rhythm/rhythmic_diameter.py
rb/complexity/rhythm/rhythmic_index.py
rb/complexity/rhythm/syllab.py
rb/complexity/rhythm/syllabified_dict.py
rb/complexity/rhythm/usage.py
rb/complexity/surface/__init__.py
rb/complexity/surface/ch_entropy.py
rb/complexity/surface/ch_ngram_entropy.py
rb/complexity/surface/factory.py
rb/complexity/surface/no_cacophonies.py
rb/complexity/surface/no_commas.py
rb/complexity/surface/no_common_errors.py
rb/complexity/surface/no_punctuations.py
rb/complexity/surface/no_sentences.py
rb/complexity/surface/no_unq_words.py
rb/complexity/surface/no_words.py
rb/complexity/surface/wd_entropy.py
rb/complexity/syntax/__init__.py
rb/complexity/syntax/dep.py
rb/complexity/syntax/dep_enum.py
rb/complexity/syntax/factory.py
rb/complexity/syntax/parse_dep_tree.py
rb/complexity/word/__init__.py
rb/complexity/word/aoa.py
rb/complexity/word/aoa_enum.py
rb/complexity/word/aoe.py
rb/complexity/word/aoe_enum.py
rb/complexity/word/factory.py
rb/complexity/word/name_entity.py
rb/complexity/word/name_entity_enum.py
rb/complexity/word/no_repetitions.py
rb/complexity/word/no_wd_paths_hypernym_tree.py
rb/complexity/word/polysemy.py
rb/complexity/word/unq_name_entity.py
rb/complexity/word/valence.py
rb/complexity/word/valence_type.py
rb/complexity/word/wd_avg_depth_hypernym_tree.py
rb/complexity/word/wd_diff_lemma.py
rb/complexity/word/wd_len.py
rb/complexity/word/wd_max_depth_hypernym_tree.py
rb/complexity/word/wd_syllab.py
rb/comprehension/__init__.py
rb/comprehension/cm_indexer.py
rb/comprehension/cm_word_distance_indexer.py
rb/comprehension/comprehension_model.py
rb/comprehension/classifiers/__init__.py
rb/comprehension/classifiers/amoc_classifier.py
rb/comprehension/classifiers/loader.py
rb/comprehension/utils/__init__.py
rb/comprehension/utils/distance_strategies/__init__.py
rb/comprehension/utils/distance_strategies/abstract_distance_strategy.py
rb/comprehension/utils/distance_strategies/cm_coref_indexer.py
rb/comprehension/utils/distance_strategies/cm_syntactic_graph.py
rb/comprehension/utils/distance_strategies/full_semantic_search_word_distance_strategy.py
rb/comprehension/utils/distance_strategies/syntactic_word_distance_strategy.py
rb/comprehension/utils/graph/__init__.py
rb/comprehension/utils/graph/cm_dependency_graph_do.py
rb/comprehension/utils/graph/cm_edge_do.py
rb/comprehension/utils/graph/cm_edge_type.py
rb/comprehension/utils/graph/cm_graph_do.py
rb/comprehension/utils/graph/cm_node_do.py
rb/comprehension/utils/graph/cm_node_type.py
rb/comprehension/utils/graph/graph_metrics.py
rb/comprehension/utils/memory/__init__.py
rb/comprehension/utils/memory/history_keeper.py
rb/comprehension/utils/memory/word_activation.py
rb/comprehension/utils/page_rank/__init__.py
rb/comprehension/utils/page_rank/page_rank.py
rb/core/__init__.py
rb/core/block.py
rb/core/coref_cluster.py
rb/core/document.py
rb/core/lang.py
rb/core/meta_document.py
rb/core/pos.py
rb/core/sentence.py
rb/core/span.py
rb/core/text_element.py
rb/core/text_element_type.py
rb/core/word.py
rb/core/cscl/__init__.py
rb/core/cscl/cna_indices_enum.py
rb/core/cscl/community.py
rb/core/cscl/contribution.py
rb/core/cscl/conversation.py
rb/core/cscl/cscl_criteria.py
rb/core/cscl/cscl_indices_descriptions.py
rb/core/cscl/cscl_parser.py
rb/core/cscl/participant.py
rb/core/cscl/regularity_indices.py
rb/core/pos_features/__init__.py
rb/core/pos_features/pos_feature.py
rb/core/pos_features/pos_feature_extractor.py
rb/core/pos_features/ro_pos_features/__init__.py
rb/core/pos_features/ro_pos_features/ro_features_name.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_abbr.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_adp_type.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_case.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_definite.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_degree.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_extractor.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_foreign.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_gender.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_mood.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_num_form.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_num_type.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_number.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_number_psor.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_part_type.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_person.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_polarity.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_position.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_poss.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_pron_type.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_reflex.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_strength.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_tense.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_variant.py
rb/core/pos_features/ro_pos_features/ro_pos_feature_verb_form.py
rb/docs_processing/__init__.py
rb/docs_processing/article.py
rb/docs_processing/author.py
rb/docs_processing/coauthorship.py
rb/docs_processing/graph.py
rb/docs_processing/loader.py
rb/docs_processing/metrics.py
rb/parser/__init__.py
rb/parser/spacy_parser.py
rb/processings/__init__.py
rb/processings/train_models.py
rb/processings/vectors_tensorboard.py
rb/processings/clustering/__init__.py
rb/processings/clustering/clustering.py
rb/processings/cscl/__init__.py
rb/processings/cscl/community_processing.py
rb/processings/cscl/community_time_processing.py
rb/processings/cscl/participant_evaluation.py
rb/processings/cscl/regularity_processing.py
rb/processings/diacritics/BertCNN.py
rb/processings/diacritics/CharCNN.py
rb/processings/diacritics/DiacriticsRestoration.py
rb/processings/diacritics/__init__.py
rb/processings/diacritics/statistics.py
rb/processings/diacritics/utils.py
rb/processings/encoders/__init__.py
rb/processings/encoders/bert.py
rb/processings/fluctuations/__init__.py
rb/processings/fluctuations/fluctuations.py
rb/processings/gec/__init__.py
rb/processings/gec/beam_search.py
rb/processings/gec/gec_correct.py
rb/processings/gec/transformer/__init__.py
rb/processings/gec/transformer/bert_encoder_layer.py
rb/processings/gec/transformer/dataset.py
rb/processings/gec/transformer/decoder.py
rb/processings/gec/transformer/decoder_layer.py
rb/processings/gec/transformer/encoder.py
rb/processings/gec/transformer/encoder_layer.py
rb/processings/gec/transformer/multi_head_attention.py
rb/processings/gec/transformer/serialization.py
rb/processings/gec/transformer/transformer.py
rb/processings/gec/transformer/transformer_bert.py
rb/processings/gec/transformer/transformer_scheduler.py
rb/processings/gec/transformer/utils.py
rb/processings/keywords/__init__.py
rb/processings/keywords/keywords_extractor.py
rb/processings/pca/__init__.py
rb/processings/pca/filtering_pca.py
rb/processings/pipeline/__init__.py
rb/processings/pipeline/bert_classifier.py
rb/processings/pipeline/dataset.py
rb/processings/pipeline/estimator.py
rb/processings/pipeline/mlp.py
rb/processings/pipeline/pipeline.py
rb/processings/pipeline/random_forrest.py
rb/processings/pipeline/ridge_regression.py
rb/processings/pipeline/svm.py
rb/processings/pipeline/svr.py
rb/processings/readme_feedback/__init__.py
rb/processings/readme_feedback/feedback.py
rb/processings/ro_corrections/__init__.py
rb/processings/ro_corrections/exceptions.json
rb/processings/ro_corrections/get_exceptions.py
rb/processings/ro_corrections/get_pos_properties.py
rb/processings/ro_corrections/lexicons.json
rb/processings/ro_corrections/ro_correct.py
rb/processings/ro_corrections/utils.py
rb/processings/scoring/__init__.py
rb/processings/scoring/essay_scoring.py
rb/processings/semantic_chains/__init__.py
rb/processings/semantic_chains/chains_model.py
rb/processings/sentiment/BertRegression.py
rb/processings/sentiment/SentimentAnalysis.py
rb/processings/sentiment/__init__.py
rb/processings/sentiment/eval.py
rb/processings/sentiment/eval_classification.py
rb/processings/sentiment/learning.py
rb/processings/sentiment/learning_classification.py
rb/processings/sentiment/learning_regression.py
rb/processings/sentiment/utils.py
rb/processings/sentiment/utils_new.py
rb/processings/summarization/__init__.py
rb/processings/summarization/submodular.py
rb/processings/summarization/text_rank.py
rb/processings/text_classifier/__init__.py
rb/processings/text_classifier/text_classifier.py
rb/similarity/__init__.py
rb/similarity/aoa.py
rb/similarity/lda.py
rb/similarity/lsa.py
rb/similarity/similar_concepts.py
rb/similarity/string_kernels.py
rb/similarity/transformers_encoder.py
rb/similarity/vector.py
rb/similarity/vector_model.py
rb/similarity/vector_model_factory.py
rb/similarity/word2vec.py
rb/similarity/word_vector_model.py
rb/similarity/wordnet.py
rb/tests/__init__.py
rb/tests/cna_test.py
rb/tests/core_test.py
rb/tests/similarity_test.py
rb/utils/__init__.py
rb/utils/downloader.py
rb/utils/rblogger.py
rb/utils/utils.py
rbpy_rb.egg-info/PKG-INFO
rbpy_rb.egg-info/SOURCES.txt
rbpy_rb.egg-info/dependency_links.txt
rbpy_rb.egg-info/requires.txt
rbpy_rb.egg-info/top_level.txt