# NOT RUN {
# Since the extraction of bg-en.tgz in Europarl corpus is time consuming,
# so the aforementioned unzip files have been temporarily exported to
# http://www.um.ac.ir/~sarmad/... .
# }
# NOT RUN {
dic1 = bidictionary ('http://www.um.ac.ir/~sarmad/word.a/euro.bg',
'http://www.um.ac.ir/~sarmad/word.a/euro.en',
n = 2000, encode.sorc = 'UTF-8',
name.sorc = 'BULGARIAN', name.trgt = 'ENGLISH')
dic2 = bidictionary ('http://www.um.ac.ir/~sarmad/word.a/euro.bg',
'http://www.um.ac.ir/~sarmad/word.a/euro.en',
n = 2000, encode.sorc = 'UTF-8',
name.sorc = 'BULGARIAN', name.trgt = 'ENGLISH',
remove.pt = FALSE)
# }
Run the code above in your browser using DataLab