File size: 4,852 Bytes
876b12f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
��Folder PATH listing for volume Acer

Volume serial number is 0ECE-3C98

C:.

|   .gitattributes

|   create_structure.sh

|   directory_structure.txt

|   Dockerfile

|   README.md

|   requirements.txt

|   setup.py

|   start.sh

|   

+---app

|   |   main.py

|   |   

|   \---routers

|           analyze.py

|           health.py

|           

+---mediaunmasked

|   |   __init__.py

|   |   

|   +---analyzers

|   |   |   bias_analyzer.py

|   |   |   evidence_analyzer.py

|   |   |   headline_analyzer.py

|   |   |   scoring.py

|   |   |   sentiment_analyzer.py

|   |   |   __init__.py

|   |   |   

|   |   \---__pycache__

|   |           bias_analyzer.cpython-310.pyc

|   |           bias_analyzer.cpython-311.pyc

|   |           contradiction_analyzer.cpython-310.pyc

|   |           contradiction_analyzer.cpython-311.pyc

|   |           evidence_analyzer.cpython-310.pyc

|   |           headline_analyzer.cpython-310.pyc

|   |           scoring.cpython-310.pyc

|   |           sentiment_analyzer.cpython-310.pyc

|   |           __init__.cpython-310.pyc

|   |           __init__.cpython-311.pyc

|   |           

|   +---resources

|   |       left_bias_words.txt

|   |       manipulative_patterns.txt

|   |       right_bias_words.txt

|   |       

|   +---schemas

|   |       requests.py

|   |       responses.py

|   |       

|   +---scrapers

|   |   |   article_scraper.py

|   |   |   __init__.py

|   |   |   

|   |   \---__pycache__

|   |           article_scraper.cpython-310.pyc

|   |           article_scraper.cpython-311.pyc

|   |           __init__.cpython-310.pyc

|   |           __init__.cpython-311.pyc

|   |           

|   +---services

|   |       analyzer_service.py

|   |       

|   +---utils

|   |   |   logging_config.py

|   |   |   __init__.py

|   |   |   

|   |   \---__pycache__

|   |           logging_config.cpython-310.pyc

|   |           logging_config.cpython-311.pyc

|   |           __init__.cpython-310.pyc

|   |           __init__.cpython-311.pyc

|   |           

|   +---web

|   |   |   app.py

|   |   |   __init__.py

|   |   |   

|   |   \---__pycache__

|   |           api.cpython-310.pyc

|   |           api.cpython-311.pyc

|   |           __init__.cpython-310.pyc

|   |           __init__.cpython-311.pyc

|   |           

|   \---__pycache__

\---tests

    \---unit

            test_headline_analyzer.py