NextGenC commited on
Commit
1d39dc8
·
verified ·
1 Parent(s): 232f3e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -30
README.md CHANGED
@@ -14,6 +14,10 @@ tags:
14
  datasets:
15
  - text
16
  ---
 
 
 
 
17
  # Automated Epistemology Engine (AEE) - Era Version
18
  # Epistemic Reasoning & Bias-Aware Information Integration
19
  # Epistemik Akıl Yürütme ve Yanlılık Farkındalıklı Bilgi Entegrasyonu
@@ -99,33 +103,3 @@ inputs = [
99
  kb = run_aee_era_pipeline(inputs)
100
  for p in kb.values():
101
  print(p.text_span, p.epistemic_data.computed_confidence)
102
-
103
- ## Installation / Kurulum
104
- pip install spacy
105
- python -m spacy download en_core_web_sm
106
- git clone https://github.com/yourusername/aee-era.git
107
- cd aee-era
108
- python aee_era_main.py
109
-
110
- ## Limitations / Sınırlamalar
111
- **(EN)**
112
-
113
- -English only; Turkish is experimental
114
-
115
- -SpaCy dependency
116
-
117
- -Uses heuristics, no deep learning yet
118
-
119
- -Source-type detection is pattern-based
120
-
121
- **(TR)**
122
-
123
- -Yalnızca İngilizce optimize; Türkçe deneyseldir
124
-
125
- -SpaCy bağımlıdır
126
-
127
- -Heuristiklere dayalıdır, henüz derin öğrenme yok
128
-
129
- -Kaynak türü çıkarımı şablon bazlıdır
130
-
131
-
 
14
  datasets:
15
  - text
16
  ---
17
+
18
+ # (EN) This project belongs to an 18-year-old software developer.
19
+ # (TR) Bu proje 18 yaşındaki bir yazılımcıya aittir.
20
+
21
  # Automated Epistemology Engine (AEE) - Era Version
22
  # Epistemic Reasoning & Bias-Aware Information Integration
23
  # Epistemik Akıl Yürütme ve Yanlılık Farkındalıklı Bilgi Entegrasyonu
 
103
  kb = run_aee_era_pipeline(inputs)
104
  for p in kb.values():
105
  print(p.text_span, p.epistemic_data.computed_confidence)