Category Archives: project

Building Telugu Corpus with Telugu Wikipedia data, second attempt

The earlier attempt to create a Telugu Wikipedia dump resulted in not only corpus but gave me a ready reckoner Wikipedia articles at hand.

I could access Wikipedia articles one text file per article and it helped me run various string processing commands on these per page wiki article pages and showed me many new insights.

Otherwise difficult to find out, many disambiguity pages could be easily found out.

Here, today, I tried to use a method mentioned at kdnuggets. The procedure was simple, a set of two scripts was given. The first script would take xml dump and convert it into a single text file with space seperated words of Telugu Wikipedia dump. There is no taxonomy, no distinction, the entire text of Wikipedia is dumped into a single text file.

The procedure can be checked here.

Leave a comment

Filed under geek, project

MAODV simulation in NS-2

Firstly obtain the codes of MAODV protocol from carlton university web portal

http://kunz-pc.sce.carleton.ca/Thesis/maodv-code.zip

http://kunz-pc.sce.carleton.ca/Thesis/maodv-scripts.zip

Click to access maodv-ns-2.26.pdf

I have used the above documents and code for my mini project and have taken contributions from the above links.

step one place the files and give their addresses in makefile.vc and makefile.in

then run make clean and make and then make install

Now create a topology and traffic using cbrgen.tcl script and setdest script (in ..~/ns-allinone-2.33/ns-2.33/indep-utils/cmu-scen-gen)

the scenario files should be thoroughly mentioned in your tcl script.

then run your tcl script to obtain tr(trace file) and nam file. Then run the simulations accordingly.

47 Comments

Filed under project