Search is not available for this dataset
repo_id
stringlengths
12
110
file_path
stringlengths
24
164
content
stringlengths
3
89.3M
__index_level_0__
int64
0
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/README
After check-in, run ./config.sh IN THIS DIRECTORY to set up for your installation. Then run tests with: ./runalltests.sh If all pass, then the installation is correct. To regenerate the test data used by the tests if you change things then run ./generate_testdata.sh ############################################...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/def_pronouncers.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/runalltests.sh
#!/bin/bash ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ##...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/tokens.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/auxiliary_comp.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/alignpairsFST.py
## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/japanese_extractor.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/token_comp_unittest.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/thai_extractor.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/gendoc
#!/bin/bash for f in chinese_extractor dochandler extractor filter pronouncer token_comp tokens do pydoc -w $f done scp -p *.html catarina:/var/www/ScriptTranscriber #################################################### cd Utils for f in english chinese kunyomi latin script do pydoc -w $f done scp -p *.html cata...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/filter_unittest.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/index.html
<html> <head> <title>Pydoc for ScriptTranscriber</title> </head> <body> <a href="Unitran/unitran.html">Unitran/unitran.html</a><br> <a href="Utils/chinese.html">Utils/chinese.html</a><br> <a href="Utils/english.html">Utils/english.html</a><br> <a href="Utils/kunyomi.html">Utils/kunyomi.html</a><br> <a href="Utils/latin...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/perceptron.html
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module perceptron</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, ari...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/pronouncer.html
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module pronouncer</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, ari...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/paper_example.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/chinese_extractor.html
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module chinese_extractor</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helveti...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/morph_unittest.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/unittest.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/sample.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/pronouncer.py
## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distributed...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/miner.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/extractor.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing,...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/thai_unittest.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/pronouncer_unittest.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/makeindex.py
## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software ## distribute...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/perceptron_trainer.html
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module perceptron_trainer</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvet...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/tokens.html
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module tokens</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial">...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/perceptron.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/xmlhandler_unittest.py
# -*- coding: utf-8 -*- ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/filter.html
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module filter</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial">...
0
public_repos/nltk_contrib/nltk_contrib
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/config.sh
#!/bin/bash ## Licensed under the Apache License, Version 2.0 (the "License"); ## you may not use this file except in compliance with the License. ## You may obtain a copy of the License at ## ## http://www.apache.org/licenses/LICENSE-2.0 ## ## Unless required by applicable law or agreed to in writing, software #...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/data/ISI_chi_eng_parallel_corpus.score
0.807777 0.934114 0.819396 0.530623 -0.969935 0.925438 0.704717 0.89372 0.832221 0.773191 0.691831 0.985199 0.688579 0.675459 0.692876 0.744548 0.748064 0.952138 0.843519 0.957909 0.583261 0.904123 0.781125 0.997173 0.998966 0.985659 0.986927 -0.991817 0.996424 0.993236 0.64896 0.985066 0.98174 0.993675 0.59303 0.99778...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/data/ISI_chi_eng_parallel_corpus.chi
(记者应谦)美国贸易代表坎特31日单方面宣布,如果中国在明年2月4日之前不能满足美方提出的有关保护美国知识产权的要求,美国将对中国实行贸易制裁。 他指责中国“至今不愿采取必要措施保护美国的知识产权”,并称中国拒绝对美国电影、录相及音像产品开放市场。 外经贸部发言人就此向记者发表谈话指出,美方这一做法是不顾中国在保护知识产权方面所取得的重大进展以及中国政府在双边磋商中表现出的诚意和灵活性的行为。 美国提出的报复清单是中国政府绝对不能接受的。 他说,中国用短短十几年时间,完成了一些发达国家通常需要几十年甚至上百年才能完成的立法路程,建立了比较完整的知识产权保护体系。 为了有效地实施这些公约和法律,中国政府也在不断地加强执法体系,通过司法...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/data/ISI_chi_eng_parallel_corpus.eng
Trade Representative Mickey Kantor announced Saturday that Washington would impose trade sanctions on Chinese goods worth 2.8 billion U.S. dollars if China could not meet the demands raised by the U.S. for the protection of intellectual property rights. Kantor is quoted as saying that "to date, China has been unwilling...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/data/isi.xml
<?xml version="1.0" encoding="UTF-8"?> <doclist> <doc> <lang id="eng"> <token count="1" morphs="" prons="&amp; m E r &amp; k &amp; n">American</token> <token count="1" morphs="" prons="tS a I n &amp;">China</token> </lang> </doc> <doc> <lang id="eng"> <token count="1" morphs="" pro...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/data/isi.matches
卡杜米 Kaddoumi 2.333333 kh a t u m i <-> k @ d u m i: 安哥拉 Angola) 2.416667 a n k & l a <-> a n g o l a DUM 马尼拉 Manila 2.416667 m a n i l a <-> m & n I l & 卢萨卡 Lusaka 2.416667 l u s a kh a <-> l u s A: k & 夸祖鲁 Kwazulu 2.428571 kh w a ts u l u <-> k w A: z u l u 黎巴嫩 Lebanon 2.500000 l i p a n & n <-> l E b & n & n 希拉里 Hill...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/MinEditDist/mEdit.py
"""String edit distance computation for two strings in WorldBet using phonetic distance. Depends upon the file 'phoneFeature2.txt', which should be included in this distribution. NOTE THAT THIS CODE DOES NOT FOLLOW THE (GOOGLE) STYLE CONVENTIONS. """ __author__ = """syoon9@uiuc.edu (Su-Youn Yoon) rws@uiuc.edu (Richa...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/MinEditDist/total_c.vocab
c NA 5 A Ah Ar A: 6 a ah aI aU au oU oI @ ^ > >: >j >I >~ o oh o: io 2 8 & 3 &~ e eh ej e: ie ei 7 E Ej E: E~ ox 4 4: u u( ui u& ua U ix If ux y yu i ih Y I p pw b bw t tw tj tl t[ t[_h d dj d[ d[_h tr trh tR dr dR c cw c} c}h J k kw kj g gr gj q q> Q ? p> t> t[> k> k>j ph th thl kh ch qh m m0 mh mw mj M n n0 nw nj nh ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/MinEditDist/phoneFeature2.txt
c s cnt l n v L C A D r h w f b rh g lg p nas NA 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 DUM -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 5 -1 1 1 -1 -1 1 1 -1 0 1 1 -1 1 -1 1 -1 -1 0 -1 -1 A -1 1 1 -1 -1 1 -1 -1 0 1 -1 -1 1 -1 1 -1 -1 0 -1 -1 Ah -1 1 1 -1 -1 1 -1 -1 0 1 -1 -1 1 -1 1 -1 -1 0...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Wb2Xs.py
# -*- coding: utf-8 -*- """Map between WorldBet and XSampa. This table is still not complete. """ __author__ = """ rws@uiuc.edu (Richard Sproat) """ WorldBetToXSampa = { 'a' : 'a', 'b' : 'b', 'bc' : 'b_}', 'bh' : 'b_h', 'br' : 'b`', 'bR' : 'b`_h', 'bn' : 'b_n', 'b>' : 'b_>', 'b<' : 'b_<', 'bv' : ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/mk_sampa_table.py
# -*- coding: utf-8 -*- """Loads Tables.py and produces X_Tables.py, mapping to XSampa rather than WorldBet. X_Tables.py.unc will contain unconverted symbols """ __author__ = """ rws@uiuc.edu (Richard Sproat) """ import sys sys.path.append('../') import Tables import Wb2Xs def Main(): newTable = {} unconverte...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/IndicTwoPartVowel.txt
09C7 09BE 09CB 09C7 09D7 09CC 0B47 0B3E 0B4B 0B47 0B57 0B4C 0BC6 0BBE 0BCA 0BC7 0BBE 0BCB 0BC6 0BD7 0BCC 0D46 0D3E 0D4A 0D47 0D3E 0D4B 0D46 0D57 0D4C 0DD9 0DCF 0DDC 0DDC 0DCA 0DDD 0DD9 0DDF 0DDE
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/README
======================================================================= This code provides a transliterator from UTF-8 text into a guess for the phonetic transcription in WorldBet or X-Sampa. Code pages covered are listed in the directory "Tables". The main omissions are: - ASCII/Latin-1: there are too many langua...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/IndicCon.txt
1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 178A 178B 178C 178D 178E 178F 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 179A 179B 179C 179D 179E 179F 17A0 17A1 17A2 0915 0916 0917 0918 0919 091A 091B 091C 091D 091E 091F 0920 0921 0922 0923 0924 0925 0926 0927 0928 0929 092A 092B 092C 092D 092E 092F 0930 0931 ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/unitran.html
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: module unitran</title> </head><body bgcolor="#f0f0f8"> <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> <tr bgcolor="#7799ee"> <td valign=bottom>&nbsp;<br> <font color="#ffffff" face="helvetica, arial"...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/unitran.py
"""UTF-8 to WorldBet/XSampa decoder The main complexity here involves Indic systems, which have inherent vowels and (many of which have) two-part vowels. Indic systems are handled by globals IndicCon, IndicVowel, IndicComp. If a sequence is a combination of a consonant and a vowel, the inherent vowel is removed from ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/thaifix.py
# coding=utf-8 """thaifix For backwards compatibility reasons, Unicode decided on the lovely property of having Thai left-catenating vowels appear in their *visual* rather than their *logical* order. This necessitates some jiggery-pokery to reorder these after consonant sequences. Basically Thai can have consonant c...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/X_Tables.py
# coding=utf-8 TransTable = { u'\x80' : ['(##)', '€'], u'\x81' : ['(##)', ''], u'\x82' : ['(##)', '‚'], u'\x83' : ['(##)', 'ƒ'], u'\x84' : ['(##)', '„'], u'\x85' : ['(##)', '…'], u'\x86' : ['(##)', '†'], u'\x87' : ['(##)', '‡'], u'\x88' : ['(##)', 'ˆ'], u'\x89' : ['(##)', '‰'], ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/unitran.doc
Help on module unitran: NAME unitran - UTF-8 to WorldBet/XSampa decoder FILE /home/rws/Work/DoI/Export/Unitran/unitran.py FUNCTIONS IndicCV(file) Load Indic-specific CV data IndicTwoPartVowels(file) Load Indic-specific two-part vowel data ProcLine(line) Process i...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/IndicVowel.txt
17A3 17A4 17A5 17A6 17A7 17A8 17A9 17AA 17AB 17AC 17AD 17AE 17AF 17B0 17B1 17B2 17B3 17B6 17B7 17B8 17B9 17BA 17BB 17BC 17BD 17BE 17BF 17C0 17C1 17C2 17C3 17C4 17C5 093E 093F 0940 0941 0942 0943 0944 0945 0946 0947 0948 0949 094A 094B 094C 0990 0993 0994 09BE 09BF 09C0 09C1 09C2 09C3 09C4 09C7 09C8 09CB 09CC 0A3E 0A3F ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Tables.py
# coding=utf-8 TransTable = { u'\u0600' : ['(NUMBER SIGN)','؀'], u'\u0601' : ['(SANAH)','؁'], u'\u0602' : ['(FOOTNOTEMARKER)','؂'], u'\u0603' : ['(SAPHA)','؃'], u'\u060B' : ['(AFGHANI SIGN)','؋'], u'\u060C' : ['(COMMA)','،'], u'\u060D' : ['(DATE SEPARATOR)','؍'], u'\u060E' : ['(POETIC VE...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Utils/w2s_d.txt
: : X _" + _+ - _- 0 _0 > _> < _< = _= ! _?\\ c _} r ` ~ _~ ] _a e_l _B [ _d 2 _G e_7 _H h _h j _j ? _k e_3 _L l _l e_5 M } _m { _N n _n (w) _O \\ _o ^ _r e_9 _T Hv _t v _v w _w ( _X x _x
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Utils/gentable.py
"""Given a list of the form 1401 Ai 1402 A: i 1403 i 1404 i: 1405 u 1406 u: 1407 o: where the lefthand column is the Unicode codepoint and the second to the last column is the WorldBet translation, produce entries for a table of the form: TransTable = { unicode : [worldbet, utf-8], unicode :...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Utils/w2s.txt
a a b b bc b_} bh b_h br b` bR b`_h bn b_n b> b_> b< b_< bv bv bv_c bv_} bV bB bV_c bB_} c c cc c_} ch c_h cp cp cp_c cp_} cp_h cp_h cC cC cC_c cC_} d d dc d_} dh d_h dr d` dR d`_h dn d_n d> d_> d< d_< d[ d_d d[_c d_d_} d[_h d_d_h d[_< d_d_< dz dz dz_c dz_} dZ dZ dZ_c dZ_} dZ_: dZ: e e e~ e_~ f f g g gc g_} gh g_h gr g...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek10.utf
1 και Βοος ανεβη επι την πυλην και εκαθισεν εκει και ιδου ο αγχιστευτης παρεπορευετο ον ειπεν Βοος και ειπεν προς αυτον Βοος εκκλινας καθισον ωδε κρυφιε και εξεκλινεν και εκαθισεν 2 και ελαβεν Βοος δεκα ανδρας απο των πρεσβυτερων της πολεως και ειπεν καθισατε ωδε και εκαθισαν 3 και ειπεν Βοος τω...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek5.utf
1 και ειπον οι υιοι των προφητων προς Ελισαιε ιδου δη ο τοπος εν ω ημεις οικουμεν ενωπιον σου στενος αφ' ημων 2 πορευθωμεν δη εως του Ιορδανου και λαβωμεν εκειθεν ανηρ εις δοκον μιαν και ποιησωμεν εαυτοις εκει του οικειν εκει και ειπεν δευτε 3 και ειπεν ο εις επιεικεως δευρο μετα των δουλων σου ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek8.utf.out
(BOM)1 en tAis E:merAis ekeinAis E:rrostE:sen ezekiAs eis thAnAton kAi eisE:lthen pros Aiton E:sAiAs iios Amos o profE:tE:s kAi eipen pros Aiton tAde legei kirios enteilAi to oiko soi oti ApothnE:skeis si kAi oi zE:sE: 2 kAi Apestrepsen ezekiAs to prosopon Aitoi pros ton toiXon kAi E:iksAto pros kirion l...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek9.utf.out
(BOM)1 filAksAi ton mE:nA ton neon kAi poiE:seis to pAsXA kirio to theo soi oti en to mE:ni ton neon eksE:lthes eks Aigiptoi niktos 2 kAi thiseis to pAsXA kirio to theo soi probAtA kAi boAs en to topo o eAn ekleksE:tAi kirios o theos soi Aiton epiklE:thE:nAi to onomA Aitoi ekei 3 oi fAgE: ep' Ait...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek4.utf.out
(BOM)1 kAi iioi roibE:n prototokoi isrAE:l oti oitos o prototokos kAi en to AnAbE:nAi epi tE:n koitE:n toi pAtros Aitoi edoken eilogiAn Aitoi to iio Aitoi iosE:f iio isrAE:l kAi oik egeneAlogE:thE: eis prototokiA 2 oti ioidAs dinAtos isXii kAi en tois Adelfois Aitoi kAi eis E:goimenon eks Aitoi kAi E: ei...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek1.utf
1 εν αρχη εποιησεν ο θεος τον ουρανον και την γην 2 η δε γη ην αορατος και ακατασκευαστος και σκοτος επανω της αβυσσου και πνευμα θεου επεφερετο επανω του υδατος 3 και ειπεν ο θεος γενηθητω φως και εγενετο φως 4 και ειδεν ο θεος το φως οτι καλον και διεχωρισεν ο θεος ανα μεσον του φωτος κ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek2.utf_x.out
(BOM)1 tAitA tA onomAtA ton iion isrAE:l ton eispeporeimenon eis Aigipton AmA iAkob to pAtri Aiton ekAstos pAnoikiA Aiton eisE:lt_hosAn 2 roibE:n *simeon leii ioidAs 3 issAXAr zAboilon kAi beniAmin 4 dAn kAi neft_hAli gAd kAi AsE:r 5 iosE:f de E:n en Aigipto E:sAn de pAsAi psiXAi eks...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek8.utf_x.out
(BOM)1 en tAis E:merAis ekeinAis E:rrostE:sen ezekiAs eis t_hAnAton kAi eisE:lt_hen pros Aiton E:sAiAs iios Amos o profE:tE:s kAi eipen pros Aiton tAde legei kirios enteilAi to oiko soi oti Apot_hnE:skeis si kAi oi zE:sE: 2 kAi Apestrepsen ezekiAs to prosopon Aitoi pros ton toiXon kAi E:iksAto pros kirio...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek10.utf.out
(BOM)1 kAi boos AnebE: epi tE:n pilE:n kAi ekAthisen ekei kAi idoi o AgXisteitE:s pAreporeieto on eipen boos kAi eipen pros Aiton boos ekklinAs kAthison ode krifie kAi ekseklinen kAi ekAthisen 2 kAi elAben boos dekA AndrAs Apo ton presbiteron tE:s poleos kAi eipen kAthisAte ode kAi ekAthisAn 3 kA...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek6.utf
1 και νυν η εντολη αυτη προς υμας οι ιερεις 2 εαν μη ακουσητε και εαν μη θησθε εις την καρδιαν υμων του δουναι δοξαν τω ονοματι μου λεγει κυριος παντοκρατωρ και εξαποστελω εφ' υμας την καταραν και επικαταρασομαι την ευλογιαν υμων και καταρασομαι αυτην και διασκεδασω την ευλογιαν υμων και ουκ εσται εν υμ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek1.utf_x.out
(BOM)1 en ArXE: epoiE:sen o t_heos ton oirAnon kAi tE:n gE:n 2 E: de gE: E:n AorAtos kAi AkAtAskeiAstos kAi skotos epAno tE:s Abissoi kAi pneimA t_heoi epefereto epAno toi idAtos 3 kAi eipen o t_heos genE:t_hE:to fos kAi egeneto fos 4 kAi eiden o t_heos to fos oti kAlon kAi dieXorisen o t_...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek4.utf
1 και υιοι Ρουβην πρωτοτοκου Ισραηλ οτι ουτος ο πρωτοτοκος και εν τω αναβηναι επι την κοιτην του πατρος αυτου εδωκεν ευλογιαν αυτου τω υιω αυτου Ιωσηφ υιω Ισραηλ και ουκ εγενεαλογηθη εις πρωτοτοκια 2 οτι Ιουδας δυνατος ισχυι και εν τοις αδελφοις αυτου και εις ηγουμενον εξ αυτου και η ευλογια του Ιωσηφ ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek2.utf
1 ταυτα τα ονοματα των υιων Ισραηλ των εισπεπορευμενων εις Αιγυπτον αμα Ιακωβ τω πατρι αυτων εκαστος πανοικια αυτων εισηλθοσαν 2 Ρουβην *συμεων Λευι Ιουδας 3 Ισsαχαρ Ζαβουλων και Βενιαμιν 4 Δαν και Νεφθαλι Γαδ και Ασηρ 5 Ιωσηφ δε ην εν Αιγυπτω ησαν δε πασαι ψυχαι εξ Ιακωβ πεντε και...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek7.utf_x.out
(BOM)6 kAi eksE:lt_hon Ai XoreioisAi eis sinAntE:sin dAiid ek pAson poleon isrAE:l en timpAnois kAi en XArmosinE: kAi en kimbAlois 7 kAi eksE:rXon Ai ginAikes kAi elegon epAtAksen *sAoil en XiliAsin Aitoi kAi dAiid en miriAsin Aitoi 8 kAi ponE:ron efAnE: to rE:mA en oft_hAlmois *sAoil peri toi log...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek6.utf_x.out
(BOM)1 kAi nin E: entolE: AitE: pros imAs oi iereis 2 eAn mE: AkoisE:te kAi eAn mE: t_hE:st_he eis tE:n kArdiAn imon toi doinAi doksAn to onomAti moi legei kirios pAntokrAtor kAi eksApostelo ef' imAs tE:n kAtArAn kAi epikAtArAsomAi tE:n eilogiAn imon kAi kAtArAsomAi AitE:n kAi diAskedAso tE:n eilogiAn imo...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek1.utf.out
(BOM)1 en ArXE: epoiE:sen o theos ton oirAnon kAi tE:n gE:n 2 E: de gE: E:n AorAtos kAi AkAtAskeiAstos kAi skotos epAno tE:s Abissoi kAi pneimA theoi epefereto epAno toi idAtos 3 kAi eipen o theos genE:thE:to fos kAi egeneto fos 4 kAi eiden o theos to fos oti kAlon kAi dieXorisen o theos A...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek9.utf_x.out
(BOM)1 filAksAi ton mE:nA ton neon kAi poiE:seis to pAsXA kirio to t_heo soi oti en to mE:ni ton neon eksE:lt_hes eks Aigiptoi niktos 2 kAi t_hiseis to pAsXA kirio to t_heo soi probAtA kAi boAs en to topo o eAn ekleksE:tAi kirios o t_heos soi Aiton epiklE:t_hE:nAi to onomA Aitoi ekei 3 oi fAgE: e...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek3.utf
1 και εγενηθη τη ημερα τη ογδοη εκαλεσεν Μωυσης Ααρων και τους υιους αυτου και την γερουσιαν Ισραηλ 2 και ειπεν Μωυσης προς Ααρων λαβε σεαυτω μοσχαριον εκ βοων περι αμαρτιας και κριον εις ολοκαυτωμα αμωμα και προσενεγκε αυτα εναντι κυριου 3 και τη γερουσια Ισραηλ λαλησον λεγων λαβετε χιμαρον εξ α...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek7.utf
6 και εξηλθον αι χορευουσαι εις συναντησιν Δαυιδ εκ πασων πολεων Ισραηλ εν τυμπανοις και εν χαρμοσυνη και εν κυμβαλοις 7 και εξηρχον αι γυναικες και ελεγον επαταξεν *σαουλ εν χιλιασιν αυτου και Δαυιδ εν μυριασιν αυτου 8 και πονηρον εφανη το ρημα εν οφθαλμοις *σαουλ περι του λογου τουτου και ειπεν...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek8.utf
1 εν ταις ημεραις εκειναις ηρρωστησεν Εζεκιας εις θανατον και εισηλθεν προς αυτον Ησαιας υιος Αμως ο προφητης και ειπεν προς αυτον ταδε λεγει κυριος εντειλαι τω οικω σου οτι αποθνησκεις συ και ου ζηση 2 και απεστρεψεν Εζεκιας το προσωπον αυτου προς τον τοιχον και ηυξατο προς κυριον λεγων 3 ω δη ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek5.utf.out
(BOM)1 kAi eipon oi iioi ton profE:ton pros elisAie idoi dE: o topos en o E:meis oikoimen enopion soi stenos Af' E:mon 2 poreithomen dE: eos toi iordAnoi kAi lAbomen ekeithen AnE:r eis dokon miAn kAi poiE:somen eAitois ekei toi oikein ekei kAi eipen deite 3 kAi eipen o eis epieikeos deiro metA to...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek9.utf
1 φυλαξαι τον μηνα των νεων και ποιησεις το πασχα κυριω τω θεω σου οτι εν τω μηνι των νεων εξηλθες εξ Αιγυπτου νυκτος 2 και θυσεις το πασχα κυριω τω θεω σου προβατα και βοας εν τω τοπω ω εαν εκλεξηται κυριος ο θεος σου αυτον επικληθηναι το ονομα αυτου εκει 3 ου φαγη επ' αυτου ζυμην επτα ημερας φ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek6.utf.out
(BOM)1 kAi nin E: entolE: AitE: pros imAs oi iereis 2 eAn mE: AkoisE:te kAi eAn mE: thE:sthe eis tE:n kArdiAn imon toi doinAi doksAn to onomAti moi legei kirios pAntokrAtor kAi eksApostelo ef' imAs tE:n kAtArAn kAi epikAtArAsomAi tE:n eilogiAn imon kAi kAtArAsomAi AitE:n kAi diAskedAso tE:n eilogiAn imon ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek4.utf_x.out
(BOM)1 kAi iioi roibE:n prototokoi isrAE:l oti oitos o prototokos kAi en to AnAbE:nAi epi tE:n koitE:n toi pAtros Aitoi edoken eilogiAn Aitoi to iio Aitoi iosE:f iio isrAE:l kAi oik egeneAlogE:t_hE: eis prototokiA 2 oti ioidAs dinAtos isXii kAi en tois Adelfois Aitoi kAi eis E:goimenon eks Aitoi kAi E: e...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek2.utf.out
(BOM)1 tAitA tA onomAtA ton iion isrAE:l ton eispeporeimenon eis Aigipton AmA iAkob to pAtri Aiton ekAstos pAnoikiA Aiton eisE:lthosAn 2 roibE:n *simeon leii ioidAs 3 issAXAr zAboilon kAi beniAmin 4 dAn kAi nefthAli gAd kAi AsE:r 5 iosE:f de E:n en Aigipto E:sAn de pAsAi psiXAi eks ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek3.utf.out
(BOM)1 kAi egenE:thE: tE: E:merA tE: ogdoE: ekAlesen moisE:s AAron kAi tois iiois Aitoi kAi tE:n geroisiAn isrAE:l 2 kAi eipen moisE:s pros AAron lAbe seAito mosXArion ek boon peri AmArtiAs kAi krion eis olokAitomA AmomA kAi prosenegke AitA enAnti kirioi 3 kAi tE: geroisiA isrAE:l lAlE:son legon l...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek5.utf_x.out
(BOM)1 kAi eipon oi iioi ton profE:ton pros elisAie idoi dE: o topos en o E:meis oikoimen enopion soi stenos Af' E:mon 2 poreit_homen dE: eos toi iordAnoi kAi lAbomen ekeit_hen AnE:r eis dokon miAn kAi poiE:somen eAitois ekei toi oikein ekei kAi eipen deite 3 kAi eipen o eis epieikeos deiro metA ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek10.utf_x.out
(BOM)1 kAi boos AnebE: epi tE:n pilE:n kAi ekAt_hisen ekei kAi idoi o AgXisteitE:s pAreporeieto on eipen boos kAi eipen pros Aiton boos ekklinAs kAt_hison ode krifie kAi ekseklinen kAi ekAt_hisen 2 kAi elAben boos dekA AndrAs Apo ton presbiteron tE:s poleos kAi eipen kAt_hisAte ode kAi ekAt_hisAn 3 ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek3.utf_x.out
(BOM)1 kAi egenE:t_hE: tE: E:merA tE: ogdoE: ekAlesen moisE:s AAron kAi tois iiois Aitoi kAi tE:n geroisiAn isrAE:l 2 kAi eipen moisE:s pros AAron lAbe seAito mosXArion ek boon peri AmArtiAs kAi krion eis olokAitomA AmomA kAi prosenegke AitA enAnti kirioi 3 kAi tE: geroisiA isrAE:l lAlE:son legon ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/greek/greek7.utf.out
(BOM)6 kAi eksE:lthon Ai XoreioisAi eis sinAntE:sin dAiid ek pAson poleon isrAE:l en timpAnois kAi en XArmosinE: kAi en kimbAlois 7 kAi eksE:rXon Ai ginAikes kAi elegon epAtAksen *sAoil en XiliAsin Aitoi kAi dAiid en miriAsin Aitoi 8 kAi ponE:ron efAnE: to rE:mA en ofthAlmois *sAoil peri toi logoi...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian4.utf_x.out
(BOM)enjEr\gjEtikAhi olor\towm rowsAstAni vAr\Ats AnvstAhjEli jEw AnkAnxAtjEsjEli k_hAGAk_hAkAnowt_hhownO Ar\jEwmowtk_hin stipowm e kAspits_hi AvAzAni nkAtmAmb mjEtsAts_hoG hjEtAk_hr\k_hr\owt_hhown hAndjEs bjEr\jEl` ditAr\kjElov or\pjEs rowsAkAn enjEr\gjEtik rjEsowr\snjEr\i AhlOntr\Ank_hAhin AGbhowr\: kAspits_hi AvAzAn...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian6.utf_x.out
(BOM)AhAbjEktS_howt_hhAn djEm pAtjEr\AzmO kjEGts AhlAbAnowt_hhown e, or\O hAngjEts_hr\jEl e otS_h Ar\dhownAvjEt jEw ink_hnAkor\tsAn k_hAGAk_hAkAnowt_hhAn: sjEptjEmbjEr\i 11-its_h 5 tAr\i Ants_h molor\owt_hhAn mjEdZ gts_hoG Ar\tAhAhtowt_hhownnjEr\O, or\ bArAts_hior\jEn ein kir\Arvowm, rjEAl pAtjEr\Azm tsAvAljEts_hin, or...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian5.utf
Երեկ Կենտրոն, Նորք- Մարաշ համայնքների առաջին ատյանի դատարանը՝ Մնացական Մարտիրոսյանի նախագահությամբ ավարտեց «Ժամանակ Երեւան» օրաթերթի գլխավոր խմբագիր Արման Բաբաջանյանի դատավարությունը եւ մեղադրող կողմի պահանջով նրան եզրափակիչ ճառի պատրաստվելու համար մի քանի օր ժամանակ տվեց: Փաստորեն դատավարությունն ավարտվեց երկու նիստո...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian9.utf_x.out
(BOM)sonA mjEhmAr\hAni OntAnik_hin hAndipjEl jEm jEr\kow tAr\i ArAdZ: tS_hor\s hogAnots_h OntAnik_hO` sonAn, 70-AmhA mAhr\n ow jEr\kow hASmAndAm jEr\jExAnjEr\O bnAkvowm ein zjEht_howni nAxkin owsAnoGAkAn hAnr\AkAts_hAr\AnnjEr\its_h mjEkowm: tsAhr\AhjEG AGk_hAt vitSAkowm: Er\kow tAr\i Ants_h kr\kin Ahts_hjEljEts_hi Ahs ...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian1.utf_x.out
(BOM)hAnr\ApjEtowt_hhownowm stjEGtsvAts kr\iminAl ir\AvitSAki jEw mAsnAvor\ApjEs SAhjEn hovAsAp_hhAni spAnowt_hhAn, intS_hpjEs nAjEw njEr\k_hAGAk_hAkAn zAr\gAts_howmnjEr\in ArntS_hvoG mjEr\ hAr\ts_hjEr\in pAtAsxAnowm e AZ pAtgAmAvor\, (##)AzgAhin miAbAnowt_hhown(##) kowsAkts_howt_hhAn p_hoxnAxAgAh AljEk_hsAn kAr\ApjEth...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian5.utf.out
(BOM)E9jEk kjEnt9on, no9kh- mA9AS hAmAhnkhnjE9i ArAdZin AthAni dAtA9An>(COMMA) mnAtshAkAn mA9ti9oshAni nAxAgAhowthhAmb AvA9tjEtsh (##)ZAmAnAk E9jEwAn(##) o9AthjE9thi glxAvo9 xmbAgi9 A9mAn bAbAdZAnhAni dAtAvA9owthhown> jEw mjEGAd9oG koGmi pAhAndZov n9An jEz9AphAkitSh tSAri pAt9AstvjElow hAmA9 mi khAni o9 ZAmAnAk tvjEtsh...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian2.utf.out
(BOM)(##)milorAd pAvitShn i9 g9khjE9ov dZAnowm e kAmow9dZ gtshjEl Ahn Andowndi v9Ahov, o9> bAZAnowm e AnhAm Aro9jEAkAnowthhownn ow AvjEli xo9 vjE9imAtshAkAn eowthhown>, - g9jEl e zo9An glowSjEwitSh> sjE9b ASxA9hAhrtShAk g9oGi, g9AkAnAgjEti jEw thA9gmAntShi mAsin: - nA mjEz mAsnAkitsh e dA9dznowm mjEtAfizikAkAn lAvAtjEs...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian3.utf_x.out
(BOM)mAhr\Ak_hAGAk_hits_h t_hjEkowz mi k_hAni kilomjEtr\ hjErAnAlov` AkAmA hAhtnvowm jEs bolor\ovin Ahl ir\AkAnowt_hhownowm, or\n i tS_hik_h (kAm` AnimAst) e dAr\dznowm bAr\dzr\AstitSAn pAStonhAnjEr\i (##)tAndZAlits_h(##) t_hGt_hAr\Ar\owt_hhownO, AGk_hAtowt_hhAn hAGt_hAhAr\mAn zAnAzAn tsr\Agr\jEr\ mSAkjElO, hAzAr\AmhAk...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian9.utf.out
(BOM)sonA mjEhmA9hAni >ntAnikhin hAndipjEl jEm jE9kow tA9i ArAdZ: tSho9s hogAnotsh >ntAnikh>` sonAn, 70-AmhA mAh9n ow jE9kow hASmAndAm jE9jExAnjE9> bnAkvowm ein zjEhthowni nAxkin owsAnoGAkAn hAn9AkAtshA9AnnjE9itsh mjEkowm: tsAh9AhjEG AGkhAt vitSAkowm: E9kow tA9i Antsh k9kin AhtshjEljEtshi Ahs >ntAnikhin` howsAlov, o9 j...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian8.utf
Մի քանի լրատվամիջոցներ, մեր թերթը նույնպես, շաբաթներ առաջ տեղեկացրել էր, որ հունիսի 24-ին ՀՀ ԱԺ Վերահսկիչ պալատի նախագահ Գագիկ Ոսկանյանի որդին՝ Վահե Ոսկանյանը, ձերբակալվել էր: Երեկ ,Առավոտ' օրաթերթը կրկին հիշեցրել է, որ նրան մեղադրանք էր առաջադրվել ՀՀ Քր.օր-ի 34-178-րդ հոդվածի 3-րդ մասի առաջին կետով (, Առանձնապես խոշո...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian2.utf_x.out
(BOM)(##)milorAd pAvitS_hn ir\ gr\k_hjEr\ov dZAnowm e kAmowr\dZ gts_hjEl Ahn Andowndi vr\Ahov, or\O bAZAnowm e AnhAm Aror\jEAkAnowt_hhownn ow AvjEli xor\ vjEr\imAts_hAkAn eowt_hhownO, - gr\jEl e zor\An glowSjEwitS_hO sjEr\b ASxAr\hAhrtS_hAk gr\oGi, gr\AkAnAgjEti jEw t_hAr\gmAntS_hi mAsin: - nA mjEz mAsnAkits_h e dAr\dz...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian7.utf
Ի դեմս Միշել Ուելբեկի արտաքինով մարդու` հազիվ թե կարելի է ենթադրել մի գրողի, որը ամենասկանդալային եւ ամենից լավ վաճառող հեղինակն է Եվրոպայում: Հագնվում է շատ համեստ, աչքերը տխուր են, խոսում է դանդաղ ու ցածրաձայն: Միակ հատկանշական ժեստը սիգարետը բռնելու յուրահատուկ ձեւն է, ընդ որում` մյուս ձեռքի մատով ոլորում է մազերը:...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian1.utf.out
(BOM)hAn9ApjEtowthhownowm stjEGtsvAts k9iminAl i9AvitSAki jEw mAsnAvo9ApjEs SAhjEn hovAsAphhAni spAnowthhAn, intShpjEs nAjEw njE9khAGAkhAkAn zA9gAtshowmnjE9in ArntShvoG mjE9 hA9tshjE9in pAtAsxAnowm e AZ pAtgAmAvo9, (##)AzgAhin miAbAnowthhown(##) kowsAktshowthhAn phoxnAxAgAh AljEkhsAn kA9ApjEthAn>: - p9n kA9ApjEthAn, in...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian7.utf.out
(BOM)i djEms miSjEl owjElbjEki A9tAkhinov mA9dow` hAziv thjE kA9jEli e jEnthAd9jEl mi g9oGi, o9> AmjEnAskAndAlAhin jEw AmjEnitsh lAv vAtSAroG hjEGinAkn e Ev9opAhowm: hAgnvowm e SAt hAmjEst, AtShkhjE9> txow9 jEn, xosowm e dAndAG ow tshAts9AdzAhn: miAk hAtkAnSAkAn ZjEst> sigA9jEt> brnjElow how9AhAtowk dzjEwn e, >nd o9owm...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian10.utf.out
(BOM)Ahs zA9mAnAli, sAkAhn mjE9 njE9kAn tSSg9it bnowthAg9oG A9tAhAhtowthhAn hjEGinAk> pAGjEstinhAn inkhnAvA9owthhAn (o9in vjE9Ahskowm e hAmAs>) pAStonAkAn njE9kAhAtshowtshitSh ghAzi hAmAdn e: (##)Jerusalem Post(##)-> hAGo9djEl e, o9 hAmAs> dimjEl e jEGbAh9 pAGjEstintshinjE9in(COMMA) kotSh AnjElov gAzAhi hAtvAtsowm ti9o...
0
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples
public_repos/nltk_contrib/nltk_contrib/scripttranscriber/Unitran/Samples/armenian/armenian5.utf_x.out
(BOM)Er\jEk kjEntr\on, nor\k_h- mAr\AS hAmAhnk_hnjEr\i ArAdZin AthAni dAtAr\AnO(COMMA) mnAts_hAkAn mAr\tir\oshAni nAxAgAhowt_hhAmb AvAr\tjEts_h (##)ZAmAnAk Er\jEwAn(##) or\At_hjEr\t_hi glxAvor\ xmbAgir\ Ar\mAn bAbAdZAnhAni dAtAvAr\owt_hhownO jEw mjEGAdr\oG koGmi pAhAndZov nr\An jEzr\Ap_hAkitS_h tSAri pAtr\AstvjElow hAm...
0