SYMBOL INDEX (20 symbols across 10 files) FILE: 2022/Math_plotter/math_plotter.py function hmp (line 27) | def hmp(cam=0, width=500, new_back=True): FILE: 2022/Math_plotter/mathplotter/click_and_crop.py function add_text (line 16) | def add_text(img, text): function click_and_crop (line 35) | def click_and_crop(event, x, y, flags, param): function image_crop (line 62) | def image_crop(cam=0, wind_name="image", width=500): FILE: 2022/Math_plotter/mathplotter/latexPlotter.py function plot_eq (line 20) | def plot_eq(equations, ax, fig): function check_axis (line 87) | def check_axis(eq, ax, fig): FILE: 2022/Math_plotter/mathplotter/readEquations.py function to_bw (line 12) | def to_bw(img): function find_equations (line 28) | def find_equations(img, back_img): function frame_change (line 62) | def frame_change(new_frame, old_frame): FILE: 2022/Math_plotter/mathplotter/utils.py function plotColors (line 6) | def plotColors(): function nothing (line 29) | def nothing(x): function initializeTrackbars (line 33) | def initializeTrackbars(initVals=[1, 150, 50, 2]): function valTrackbars (line 44) | def valTrackbars(): FILE: 2022/Twitter_API/twitter_data_stream.py class Linstener (line 23) | class Linstener(tweepy.Stream): method on_status (line 28) | def on_status(self, status): FILE: 2024/Multi-lingual sentiment analysis/main.py function read_tweets (line 5) | def read_tweets(file_path: str) -> list[dict[str, str]]: FILE: 2024/Multi-lingual sentiment analysis/sentiment.py function preprocess (line 17) | def preprocess(text): function predict_sentiment (line 25) | def predict_sentiment(text: str) -> str: FILE: 2024/Multi-lingual sentiment analysis/translate.py function translate_text (line 7) | def translate_text(original_text: str) -> str: FILE: 2024/Twikit/main.py function get_tweets (line 13) | def get_tweets(tweets):