facebookresearch / text-simplification-evaluation
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 19 files with 1,127 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (304 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (156 lines of code)
    • 17 very small files (667 lines of code)
0% | 0% | 26% | 13% | 59%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
py0% | 0% | 27% | 13% | 59%
in0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
tseval0% | 0% | 51% | 26% | 22%
tseval/utils0% | 0% | 0% | 0% | 100%
tseval/evaluation0% | 0% | 0% | 0% | 100%
tseval/models0% | 0% | 0% | 0% | 100%
tseval/resources/various/qats2016_results0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 19)
File# lines# units
feature_extraction.py
in tseval
304 63
qats.py
in tseval
156 15
resources_utils.py
in tseval/utils
100 10
text.py
in tseval
99 14
terp.py
in tseval/evaluation
85 7
quest.py
in tseval/evaluation
66 3
prepare.py
in tseval/utils
65 9
language_models.py
in tseval/models
55 6
generate_csv.py
in tseval/resources/various/qats2016_results
52 -
helpers.py
in tseval/utils
41 5
embeddings.py
in tseval
33 2
paths.py
in tseval/utils
26 2
readability.py
in tseval/evaluation
26 5
setup.py
in root
13 -
in
MANIFEST.in
in root
2 -
__init__.py
in tseval
1 -
__init__.py
in tseval/utils
1 -
__init__.py
in tseval/models
1 -
__init__.py
in tseval/evaluation
1 -
Files With Most Units (Top 12)
File# lines# units
feature_extraction.py
in tseval
304 63
qats.py
in tseval
156 15
text.py
in tseval
99 14
resources_utils.py
in tseval/utils
100 10
prepare.py
in tseval/utils
65 9
terp.py
in tseval/evaluation
85 7
language_models.py
in tseval/models
55 6
helpers.py
in tseval/utils
41 5
readability.py
in tseval/evaluation
26 5
quest.py
in tseval/evaluation
66 3
paths.py
in tseval/utils
26 2
embeddings.py
in tseval
33 2
Files With Long Lines (Top 1)

There is only one file with lines longer than 120 characters. In total, there is only one long line.

File# lines# units# long lines
terp.py
in tseval/evaluation
85 7 1