-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Шевырин Никита #189
Open
alexadralt
wants to merge
13
commits into
kontur-courses:master
Choose a base branch
from
alexadralt:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Шевырин Никита #189
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imported TagsCloudVisualization project files imported tests for TagsCloudVisualization added file reader added word preprocessor implemented word delimiter provider and boring word provider small refactoring of txt file reader small refactoring of IWordProcessor and TagProcessor added word statistics added word renderer implemented ImageSizeProvider and WordRenderSizeProvider turned project into a library added logger added settings provider improved CircularCloudLayouterImpl refactored TagCloudWordRenderer to use ISettingsProvider changed word ordering to return most common word first removed size providers since we now use ISettingsProvider refactored CircularCloudLayouterImpl to use ISettingsProvider updated SetUp to conform to latest change added FileReaderRegistry created ConsoleClient project refactored FileReaderRegistry and TxtFileReader refactored all IFileReader related addded file reading functionality to cli client fixed a typo added basic image generation functionality updated .gitignore added special json converters improved CircularCloudLayouter refactored ConsoleClient added report progress functionality to ILogger refactored file reader registry and txt implementation improved di logic added cloud center property to Settings refactored and improved SettingsProvider added progress reporting to TagCloudWordRenderer small cloud layouter test SetUp refactoring improved file output message improved log messages added -boring and -delimiters options added ability to load word delimiters from a file improved di logic added ability to use custom files to provide word delimiters and boring word list added density setting for CircularCloudLayouter added TagPreprocessor tests refactored IWordPreprocessor added lexicographical ordering to WordStatistics.GetWords() added tests for WordStatisticsImpl fixed crash when boring words or delimiters file was not found improved logging message when creating settings.json refactored TagCloudWordRenderer refactored CLIClient and FileReaderRegister added extension point for image formats and improved error messages refactored the way IWordStatistics are obtained in WordCloudImageGeneratorImpl refactored file handling in WordCloudImageGeneratorImpl improved progress bar rendering refactored WordCloudLayouter refactored the way boring words file and delimiters file are loaded refactored SettingsProvider added error message for when word cloud does not fit on the image improved di logic improved error messages and added overwrite warning added more tests for TagPreprocessor fixed WordStatisticsImpl tests added tests for WordCloudLayouter changed word frequency processing added support for more image file formats improved error messages added integration tests added support for docx file format added tests for docx file reader minor tweaks added verified.txt files for DocxFileReaderTests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@GarageManager