datbkpro commited on
Commit
502e29f
·
verified ·
1 Parent(s): b4e5611

Update core/wikipedia_processor.py

Browse files
Files changed (1) hide show
  1. core/wikipedia_processor.py +4 -0
core/wikipedia_processor.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  class WikipediaProcessor:
2
  def __init__(self):
3
  self.supported_formats = ['.txt', '.csv', '.json']
 
1
+ import os
2
+ import json
3
+ import pandas as pd
4
+ from typing import List
5
  class WikipediaProcessor:
6
  def __init__(self):
7
  self.supported_formats = ['.txt', '.csv', '.json']