Skip to content
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

Feature/named entity recognition #11

Merged
merged 31 commits into from
Jul 13, 2023

add import sys

6a168c6
Select commit
Loading
Failed to load commit list.
Merged

Feature/named entity recognition #11

add import sys
6a168c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 13, 2023 in 1s

57.35% of diff hit (target 64.57%)

View this Pull Request on Codecov

57.35% of diff hit (target 64.57%)

Annotations

Check warning on line 103 in src/modules/analysis.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/analysis.py#L99-L103

Added lines #L99 - L103 were not covered by tests

Check warning on line 154 in src/modules/preprocessing.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/preprocessing.py#L153-L154

Added lines #L153 - L154 were not covered by tests

Check warning on line 157 in src/modules/preprocessing.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/preprocessing.py#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 213 in src/modules/preprocessing.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/preprocessing.py#L213

Added line #L213 was not covered by tests

Check warning on line 248 in src/modules/preprocessing.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/preprocessing.py#L243-L248

Added lines #L243 - L248 were not covered by tests

Check warning on line 38 in src/modules/quality_checks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/quality_checks.py#L35-L38

Added lines #L35 - L38 were not covered by tests

Check warning on line 2 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L1-L2

Added lines #L1 - L2 were not covered by tests

Check warning on line 7 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L4-L7

Added lines #L4 - L7 were not covered by tests

Check warning on line 10 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L10

Added line #L10 was not covered by tests

Check warning on line 26 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L21-L26

Added lines #L21 - L26 were not covered by tests

Check warning on line 29 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L29

Added line #L29 was not covered by tests

Check warning on line 45 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L41-L45

Added lines #L41 - L45 were not covered by tests

Check warning on line 48 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L48

Added line #L48 was not covered by tests

Check warning on line 78 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L75-L78

Added lines #L75 - L78 were not covered by tests

Check warning on line 95 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L81-L95

Added lines #L81 - L95 were not covered by tests

Check warning on line 98 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L98

Added line #L98 was not covered by tests

Check warning on line 112 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 116 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L114-L116

Added lines #L114 - L116 were not covered by tests

Check warning on line 119 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L119

Added line #L119 was not covered by tests

Check warning on line 136 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L132-L136

Added lines #L132 - L136 were not covered by tests

Check warning on line 141 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L138-L141

Added lines #L138 - L141 were not covered by tests

Check warning on line 143 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L143

Added line #L143 was not covered by tests

Check warning on line 148 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L146-L148

Added lines #L146 - L148 were not covered by tests

Check warning on line 151 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L151

Added line #L151 was not covered by tests

Check warning on line 162 in src/modules/visualisation.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/modules/visualisation.py#L162

Added line #L162 was not covered by tests