imvladikon commited on
Commit
33352bd
1 Parent(s): 56dbc75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -24
README.md CHANGED
@@ -79,30 +79,6 @@ The Knesset Meetings Corpus 2004-2005 is made up of two components:
79
 
80
  * ``knesset_tagged_16.tar.gz`` - An archive of all tokenized and tagged files. `[MILA host] <http://yeda.cs.technion.ac.il:8088/corpus/software/corpora/knesset/tagged/knesset_tagged_16.tar.gz>`_ `[Archive.org mirror] <https://archive.org/details/knesset_transcripts_2004_2005>`_
81
 
82
- * By cloning this repository, as the unarchived version of these files can be found in this repository, under the ``knesset_tagged`` folder.
83
-
84
-
85
- Use
86
- ---
87
-
88
- ``txt`` format
89
- --------------
90
-
91
- These can be processed like any simple text file.
92
-
93
- ``doc`` format
94
- --------------
95
-
96
- Reading the ``doc``-formatted raw text files requires using a software supporting the ``windows-1255`` encoding.
97
-
98
- For example, you can process these files using Python with the following code:
99
-
100
- .. code-block:: python
101
-
102
- fpath = "/data/knesset/16/00133504.txt"
103
- with open(fpath, 'rt', encoding='windows-1255') as f:
104
- line = f.readline()
105
- # or with "for line in f", etc...
106
 
107
  Mirrors
108
  -------
 
79
 
80
  * ``knesset_tagged_16.tar.gz`` - An archive of all tokenized and tagged files. `[MILA host] <http://yeda.cs.technion.ac.il:8088/corpus/software/corpora/knesset/tagged/knesset_tagged_16.tar.gz>`_ `[Archive.org mirror] <https://archive.org/details/knesset_transcripts_2004_2005>`_
81
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82
 
83
  Mirrors
84
  -------