From 636865188e96e0cb309bb9b9b79a2ad7641b3d81 Mon Sep 17 00:00:00 2001
From: venvis <127123047+venvis@users.noreply.github.com>
Date: Wed, 1 May 2024 13:51:34 +0200
Subject: [PATCH] Update README.md
---
cellar/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cellar/README.md b/cellar/README.md
index 8b69508..f5d9d64 100644
--- a/cellar/README.md
+++ b/cellar/README.md
@@ -67,7 +67,7 @@ Python 3.9
filter_subject_matter
Returns a dataframe of cases only containing a certain phrase in the column containing the subject of cases.
Analyzer
- A class whose instance(declaration) when called returns a list of the all the text contained within the operative part for each European Case law case(En-English only).
+ A class whose instance(declaration) when called returns a list of the all the text contained within the operative part for each European Court of Justice (CJEU, formerly known as European Court of Justice (ECJ)) judgement (English only).
Writing
A class which writes the text for the operative part for each European Case law case(En-English only) into csv,json and txt files(Generated upon initialization).
the Writing
class has three functions :