Nan-Do commited on
Commit
2f889c2
1 Parent(s): 242918d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -15,10 +15,11 @@ size_categories:
15
  The dataset contains (almost) the entire OpenSubtittles database for Japanese:
16
  - Over 7000 tv shows and/or movies.
17
  - The subtittles are human generated.
18
- - The dataset has been parsed and cleaned.
19
 
20
  File contents:
21
- - OpenSubtitles-2023-04-18.parquet: The text and the time data.
22
- - OpenSubtitles_meta-2023-04-18.parquet: The existing metadata for each title.
 
23
 
24
  Both tables can be joined by the ID column. (The value can be NULL in the meta table).
 
15
  The dataset contains (almost) the entire OpenSubtittles database for Japanese:
16
  - Over 7000 tv shows and/or movies.
17
  - The subtittles are human generated.
18
+ - The dataset has been parsed, cleaned and converted to UTF-8.
19
 
20
  File contents:
21
+ - OpenSubtitles.parquet: The text and the time data.
22
+ - OpenSubtitles_meta.parquet: The existing metadata for each title.
23
+ - OpenSubtitles-OA.parquet: The dataset coded with two columns SOURCE(the name of the movie/tv show), and TEXT (the subtittles).
24
 
25
  Both tables can be joined by the ID column. (The value can be NULL in the meta table).