LICENSE
README.md
setup.py
biberplus/__init__.py
biberplus.egg-info/PKG-INFO
biberplus.egg-info/SOURCES.txt
biberplus.egg-info/dependency_links.txt
biberplus.egg-info/requires.txt
biberplus.egg-info/top_level.txt
biberplus/reducer/__init__.py
biberplus/reducer/factor_reducer.py
biberplus/reducer/pca_reducer.py
biberplus/reducer/text_encoder.py
biberplus/tagger/__init__.py
biberplus/tagger/biber_plus_tagger.py
biberplus/tagger/biber_run_order.py
biberplus/tagger/config.yaml
biberplus/tagger/constants.py
biberplus/tagger/data_io.py
biberplus/tagger/function_words_tagger.py
biberplus/tagger/tag_frequencies.py
biberplus/tagger/tag_helper.py
biberplus/tagger/tagger.py
biberplus/tagger/tagger_utils.py
biberplus/tagger/constants/amplifiers.txt
biberplus/tagger/constants/analytic_negation.txt
biberplus/tagger/constants/ask_tell.txt
biberplus/tagger/constants/be.txt
biberplus/tagger/constants/concessive_adverbial_subordinators.txt
biberplus/tagger/constants/conditional_adverbial_subordinators.txt
biberplus/tagger/constants/conjucts.txt
biberplus/tagger/constants/demonstrative_pronouns.txt
biberplus/tagger/constants/demonstratives.txt
biberplus/tagger/constants/direct_wh_questions.txt
biberplus/tagger/constants/discourse_particles.txt
biberplus/tagger/constants/do.txt
biberplus/tagger/constants/downtoners.txt
biberplus/tagger/constants/emphatics.txt
biberplus/tagger/constants/first_person_pronouns.txt
biberplus/tagger/constants/function_words.txt
biberplus/tagger/constants/have.txt
biberplus/tagger/constants/hedges.txt
biberplus/tagger/constants/indefinite_pronouns.txt
biberplus/tagger/constants/laughter_acronyms.txt
biberplus/tagger/constants/necessity_modals.txt
biberplus/tagger/constants/nominalizations_stop_list.txt
biberplus/tagger/constants/non_nominalizations.txt
biberplus/tagger/constants/other_adverbial_subordinators.txt
biberplus/tagger/constants/place_adverbials.txt
biberplus/tagger/constants/possibility_modals.txt
biberplus/tagger/constants/predictive_modals.txt
biberplus/tagger/constants/prepositional_phrases.txt
biberplus/tagger/constants/private_verbs.txt
biberplus/tagger/constants/pronoun_it.txt
biberplus/tagger/constants/public_verbs.txt
biberplus/tagger/constants/quantifier_pronouns.txt
biberplus/tagger/constants/quantifiers.txt
biberplus/tagger/constants/second_person_pronouns.txt
biberplus/tagger/constants/seem_appear.txt
biberplus/tagger/constants/suasive_verbs.txt
biberplus/tagger/constants/subject_pronouns.txt
biberplus/tagger/constants/synthetic_negations.txt
biberplus/tagger/constants/third_person_pronouns.txt
biberplus/tagger/constants/time_adverbials.txt
corpora_tagging/__init__.py
corpora_tagging/data_partitioner.py
corpora_tagging/parallel_tagging.py
modeling/__init__.py
modeling/model_utils.py
modeling/trainer_utils.py
modeling/biberta/__init__.py
modeling/biberta/collator.py
modeling/biberta/main.py
modeling/biberta/models.py
modeling/build_datasets/__init__.py
modeling/build_datasets/combine_datasets.py
modeling/build_datasets/curate_dataset.py
modeling/build_datasets/contrastive/__init__.py
modeling/build_datasets/contrastive/align.py
modeling/build_datasets/contrastive/convert_to_datasets.py
modeling/build_datasets/contrastive/main.py
modeling/build_datasets/contrastive/merge.py
modeling/build_datasets/contrastive/partition.py
modeling/build_datasets/multilingual/__init__.py
modeling/build_datasets/multilingual/spanish_subreddit_sampling.py
modeling/contrastive_training/__init__.py
modeling/contrastive_training/collator.py
modeling/contrastive_training/evaluation.py
modeling/contrastive_training/losses.py
modeling/contrastive_training/main.py
modeling/contrastive_training/models.py
modeling/contrastive_training/pan_20/__init__.py
modeling/neurobiber/__init__.py
modeling/neurobiber/downsample.py
modeling/neurobiber/evaluate.py
modeling/neurobiber/prepare_dataset.py
modeling/neurobiber/tag_counts.py
modeling/neurobiber/tagger.py
modeling/neurobiber/train_model.py
modeling/neurobiber/train_utils.py
modeling/polybiberta/__init__.py
modeling/polybiberta/collators.py
modeling/polybiberta/main.py
modeling/polybiberta/models.py
modeling/polybiberta/multilingual_trainer_utils.py
modeling/tagger/__init__.py
modeling/tagger/downsample.py
modeling/tagger/prepare_dataset.py
modeling/tagger/train_model.py
modeling/tagger/train_utils.py
tests/__init__.py
tests/reducer/__init__.py
tests/tagger/__init__.py
tests/tagger/test_additional_features.py
tests/tagger/test_coordination.py
tests/tagger/test_lexical_classes.py
tests/tagger/test_lexical_specificity.py
tests/tagger/test_modals.py
tests/tagger/test_negations.py
tests/tagger/test_nominal_forms.py
tests/tagger/test_passives.py
tests/tagger/test_place_time_adverbials.py
tests/tagger/test_prep_adj_adverbs.py
tests/tagger/test_pronouns_proverbs.py
tests/tagger/test_questions.py
tests/tagger/test_reduced_forms_dispreferred_structures.py
tests/tagger/test_specialized_verbs.py
tests/tagger/test_stative_forms.py
tests/tagger/test_subordination_features.py
tests/tagger/test_tag_frequencies.py
tests/tagger/test_tense_aspect_markers.py