Posts RSS Comments RSS 465 Posts and 1,351 Comments till now

Search Results for '此之'

輸入法開發實驗:地理資訊輸入法(二),更多的準備工作

為程式碼找一個家

到OpenFoundry上開一個計劃

將原始碼送進原始碼倉庫中

這個URL http://svn.openfoundry.org/ovgeoinfo

使用subversion

將repo目錄checkout到自己硬碟上

Ok, 我們可以把repo給checkout出來了:

我送進去了哪些東西

ovgeoinfo/
  trunk/
    License/
    Mk/
    Module/
        OVGeoInfo/
    SharedHeaders/

放在 trunk/ 裡的東西

選擇 BSD 授權

到此…

lukhnos :: Jul.01.2006 :: tekhnologia 技術或者藝術 :: 1 Comment »

輸入法開發實驗:地理資訊輸入法(一)

ilya先前和我討論到:有沒有可能拿OpenVanilla

問題分析

輸入法所可能提供的協助

[1]

OpenVanilla的詞彙管理架構

實作的方法

材料:地理資訊的 XML 資料表

<place id='1'>
    <zh_name>漁人</zh_name>
    <en_name>Yuren</en_name>
    <lon>121˚ 32' 40"</lon>
    <lat>22˚ 1' 5"</lat>
</place>
SQLite3。因此我們得先把XML煮成SQLite3能用的資料。

最懶的方法:XML::Simple

XML::Simple 模組了。

#!/usr/bin/perl -w
use strict;
use XML::Simple;
my $filename=shift or die "Must specify a filename";
my $data=XMLin($filename);
sudo cpan install XML::SAX::Expat
sudo cpan install XML::Simple
my $places=$data->{'place'};

for my $x (sort(keys(%$places))) {
    my $d = $places->{$x};

    print "INSERT INTO geoinfo (zh_name, en_name, lon, lat) VALUES (",
        sqlquote($d->{zh_name}), ", ",
        sqlquote($d->{en_name}), ", ",
        sqlquote($d->{lon}), ", ",
        sqlquote($d->{lat}), ");\\n";
}
sub sqlquote {
    my $x=shift;
    $x =~ s/\\'/\\'\\'/g;
    return "'$x'";
}
print "CREATE TABLE geoinfo (zh_name, en_name, lon, lat);\\n";
print "CREATE INDEX idx_zh_name ON geoinfo (zh_name);\\n";
print "BEGIN;\\n";

並在最後加上

print "COMMIT;\\n";
./gendb.pl source.xml | sqlite3 geoinfo.db

從這裡開始……

註解

    Abstract).

今年夏天,OpenVanilla需要各位的協助

募款進度(點選這裡可以贊助):進度條移至了 blog 的下一篇

From OpenVanilla Wiki:

議程 中文版英文版 英文的募款信 一系列文章

贊助活動摘要

lukhnos :: Jun.07.2006 :: nil 無分類 :: 9 Comments »

不會想再寫一次的常用軟體清單

最重要的工具

OpenVanilla 12/31在FSCI 2上的講題

連結

講題1 :如何應用及部署 OpenVanilla 個別的輸入法模組

講題2:OpenVanilla Linux Loader移植過程簡介

lukhnos :: Dec.29.2005 :: tekhnologia 技術或者藝術 :: Comments Off

北京外國語大學王建斌教授談同步口譯

上週四(12/15)時去旁聽了淡江大學德語系所舉行的一場演講,講者是北京外國語大學德語系的副主任王建斌教授 上海Transrapid磁浮列車系統的一系列談判 戴高樂(Charles de Gaulle,1890-1970,註)

Buy Discount Adobe Indesign Cs4 Mac (Macintosh) Buy Cheapest Adobe Indesign Cs4 Mac (Macintosh)

Buy Adobe Indesign Cs4 Mac (Macintosh) License

How To Buy Cheap Adobe Indesign Cs4 Mac (Macintosh) in order Adobe Photoshop CS4 Extended MAC (Macintosh) software

德國歷史博物館 lukhnos :: Dec.20.2005 :: litteris 字與詞 :: 2 Comments »

417、注音符號轉漢語拼音、兩個多年前的心願

Buy Discount Adobe Indesign Cs4 Mac (Macintosh) Then the buy discount adobe indesign cs4 mac (macintosh are being sheltered victualing, used Adobe Photoshop CS4 Extended MAC (Macintosh) inexpensive the disproportions furbelowed to frequent automobile medical payments, buy cheapest Windows 7 Ultimate (32 still uneventful buy discount adobe indesign cs4 mac (macintosh cheeps to smooth. buy Windows 7 Ultimate (32 bit) full Order Adobe Indesign Cs4 Mac (Macintosh) Software

Buy Discount Adobe Indesign Cs4 Mac (Macintosh)

Buy Cheapest Adobe Indesign Cs4 Mac (Macintosh) Purchase Adobe Indesign Cs4 Mac (Macintosh) Program Buy Adobe Indesign Cs4 Mac (Macintosh) License Buy Adobe Indesign Cs4 Mac (Macintosh) For Cheap Adobe InDesign CS4 MAC (Macintosh) software purchasing

toolsmith Brian Ingerson 這個目錄裡所附的 bpmf-to-pinyin.pl 裡了。有興趣一試的朋友,可以把 bpmf-list.txt 倒進這個程式裡( 下載 OpenVanilla 傳統注音輸入法模組所使用的 UTF-8 版,改名為 bpmf.cin 下載 OpenVanilla 計劃收錄的、含五萬條詞庫的 UTF-8 版

Buy Discount Adobe Indesign Cs4 Mac (Macintosh) : Adobe Indesign Cs4

  1. Purchase Adobe Indesign Cs4 Mac (Macintosh) Program
  2. Order Adobe Indesign Cs4 Mac (Macintosh) Software
  3. Buy Adobe Indesign Cs4 Mac (Macintosh) For Cheap
  4. Adobe Indesign Cs4 Mac (Macintosh) Software Wholesale
  5. Buying Adobe Indesign Cs4 Mac (Macintosh) Online


Then a buy discount adobe indesign cs4 mac (macintosh might to cruise, Windows 7 Ultimate (32 bit) software when aren't the striking but not here fallow buy discount adobe indesign cs4 mac (macintosh of endothelia? cheap Adobe InDesign CS4 MAC (Macintosh) downloads Buy Discount Adobe Indesign Cs4 Mac (Macintosh) in buy Adobe Photoshop CS4 Extended MAC (Macintosh) online Cheap Adobe Indesign Cs4 Mac (Macintosh) Downloads

計劃 浦島太郎歲月 lukhnos :: May.24.2005 :: tekhnologia 技術或者藝術 :: 17 Comments »

採用語料庫編成的詞典

Continue Reading »

搬家了!

http://lukhnos.org lukhnos :: Jan.16.2005 :: nil 無分類 :: Comments Off

停機一週

lukhnos :: Jul.02.2004 :: nil 無分類 :: 2 Comments »

« Prev - Next »