Docs | Support

bghill/corpus_wrangler

master
5 years, 5 months ago
@bghill Reorders classes to move the Corpora closer to the CorpusFiles.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Fixes list.append vs list.extend bug that existed in 3 locations. Adds tests to confirm fix.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Refactoring. Missed get->list renaming on one of the classes earlier. This makes them all consistent
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Refactor variable name for better clarity. Was calling the part of the file name description in one
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Refactor function name and add more documentation.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Refactor method names to prefer list_XYZ instead of get_XYZ when the output is a list.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Adds tests for different ways of getting file counts.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Adds a test of get_local_dirs().
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Refactors the tracking of each into a new class Corpora. Adds a class for tracking unknown files.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Renames CorpusTracker to CorporaTracker as it tracks many corpora.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Refactor the CorpusFiles object to only include the files of a single corpus. Fixes wrong counts in
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Enforces types in the CorpusFiles dataframe.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Move static methods and variables out of classes. Make them private to the module.
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Change max line length to 120 chars. Screens have high resolutions these days, and breaking up line
No dependencies with known security vulnerabilities.
master
5 years, 5 months ago
@bghill Renames file.
No dependencies with known security vulnerabilities.