From ee50079fc9ad0bde5771bb667ca0d6edf3f82b9a Mon Sep 17 00:00:00 2001 From: schneider Date: Sun, 27 Oct 2024 16:05:47 +0100 Subject: [PATCH] remove accidental folder --- src/freestylo/stylotool.egg-info/PKG-INFO | 28 ------------------- src/freestylo/stylotool.egg-info/SOURCES.txt | 23 --------------- .../stylotool.egg-info/dependency_links.txt | 1 - .../stylotool.egg-info/top_level.txt | 18 ------------ 4 files changed, 70 deletions(-) delete mode 100644 src/freestylo/stylotool.egg-info/PKG-INFO delete mode 100644 src/freestylo/stylotool.egg-info/SOURCES.txt delete mode 100644 src/freestylo/stylotool.egg-info/dependency_links.txt delete mode 100644 src/freestylo/stylotool.egg-info/top_level.txt diff --git a/src/freestylo/stylotool.egg-info/PKG-INFO b/src/freestylo/stylotool.egg-info/PKG-INFO deleted file mode 100644 index 3e416e7..0000000 --- a/src/freestylo/stylotool.egg-info/PKG-INFO +++ /dev/null @@ -1,28 +0,0 @@ -Metadata-Version: 2.1 -Name: stylotool -Version: 0.0.1 -Summary: A tool for stylistic device detection -Author-email: Felix Schneider -Project-URL: Homepage, https://github.com/cvjena/stylotool -Project-URL: Issues, https://github.com/cvjena/stylotool/issues -Classifier: Programming Language :: Python :: 3 -Classifier: Operating System :: OS Independent -Requires-Python: >=3.6 -Description-Content-Type: text/markdown - -# STYLOTOOL - an easy-to-use stylistic device detection tool for stylometry - -An easy-to-use package for detecting stylistic devices in text. This package is designed to be used in stylometry, the study of linguistic style. - -For those proficient in python, this package provides a collection of approaches to detect stylistic devices in text. For those less proficient in python, this package provides a simple interface to detect stylistic devices in text with simple commands and user-friendly configuration. -For an example on usage, see `example_chiasmus.sh` and the config file `example_config.json`. - -# Installation -The package is available on PyPi and can be installed using pip. -TODO: add installation instructions - -# Participation -The package is free and open-source software and contributions are very welcome. -It is designed to be a living project that is constantly improved and extended. -If you have implemented your own stylistic device detector, please consider contributing it to the package. -Also, if you have any suggestions for improvements or if you find any bugs, please open an issue on the GitHub page. diff --git a/src/freestylo/stylotool.egg-info/SOURCES.txt b/src/freestylo/stylotool.egg-info/SOURCES.txt deleted file mode 100644 index c17391c..0000000 --- a/src/freestylo/stylotool.egg-info/SOURCES.txt +++ /dev/null @@ -1,23 +0,0 @@ -README.md -pyproject.toml -src/AlliterationAnnotation.py -src/ChiasmusAnnotation.py -src/EpiphoraAnnotation.py -src/MGHPreprocessor.py -src/MetaphorAnnotation.py -src/PolysyndetonAnnotation.py -src/SimilarityNN.py -src/TextObject.py -src/TextPreprocessor.py -src/stylotool.py -src/test_alliteration_annotation.py -src/test_chiasmus_annotation.py -src/test_metaphor_annotations.py -src/test_polysyndeton_annotation.py -src/test_text_object.py -src/test_tree.py -src/train_chiasmus_model.py -src/stylotool.egg-info/PKG-INFO -src/stylotool.egg-info/SOURCES.txt -src/stylotool.egg-info/dependency_links.txt -src/stylotool.egg-info/top_level.txt \ No newline at end of file diff --git a/src/freestylo/stylotool.egg-info/dependency_links.txt b/src/freestylo/stylotool.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/src/freestylo/stylotool.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/src/freestylo/stylotool.egg-info/top_level.txt b/src/freestylo/stylotool.egg-info/top_level.txt deleted file mode 100644 index 27179ed..0000000 --- a/src/freestylo/stylotool.egg-info/top_level.txt +++ /dev/null @@ -1,18 +0,0 @@ -AlliterationAnnotation -ChiasmusAnnotation -EpiphoraAnnotation -MGHPreprocessor -MetaphorAnnotation -PolysyndetonAnnotation -SimilarityNN -TextObject -TextPreprocessor -stylotool -test -test_alliteration_annotation -test_chiasmus_annotation -test_metaphor_annotations -test_polysyndeton_annotation -test_text_object -test_tree -train_chiasmus_model