Posts Tagged ‘download’

List of Indonesian Words

Friday, June 27th, 2008 by Agro Rachmatullah

If you need an Indonesian word list, probably for language processing, a starting point to make your uber dictionary, or others, here it is:

indonesian_word_list.zip (103 KB, 36203 entries)

The data is from the Indonesian dictionary for OpenOffice.org, kindly provided by Benitius Brevoort. I searched for it a long time ago for my program WordFinder which is used to find suitable words for mnemonics. For English words, I could just use the regex in Stardict.

I hope you find it useful.

Notepad++ HTML editing tag insertion (surround) plugin

Wednesday, June 4th, 2008 by Agro Rachmatullah

Notepad++ mascot

I use Notepad++ for my text editing need. To write my blog entries, I’m even handcoding my HTML using it!

It has neat features that makes it superior to Notepad such as a tabbed interface, internationalization (Unicode support and UI translations), and lots of text manipulation tools (HTML escaping, to name one).

One essential feature I miss when editing HTML using it is the tag wrapping functionality. That’s what the buttons in Wordpress’ HTML mode do:

Inserting a tag using Wordpress\' HTML editing mode

After asking around in the forum, I finally found the plugin I needed for Notepad++, WebEdit.

(more…)