Jobs By Category:
PHP
Website Design
Graphic Design
Data Entry
MySQL
SEO
Copywriting
Flash
Javascript
Articles
HTML
Logo Design
Programming
Marketing
Link Building
Wordpress
CSS
Joomla
Data Processing
Internet Marketing
.NET
Photoshop
Script Installation
Web Promotion
Java
Social Networking
Article Rewriting
Facebook
XML
Blog


Thousands of experts bid on your personal project at ScriptLance.com

JAVA program to implement the Ngram object.  

Required skills: Java, Software Architecture

Get custom programming done at GetAFreelancer.com!



Write a JAVA program to implement the Ngram object.

-

The program should load the ARPA language model:
We have given an arpa file that contains text data, these textual data are divided into separated parts:

* 1 Gram:
probability value word backtracking value
Examples:
0.5 sleep 1.333333
0.15222 withdraw 0.5578
* 2 Gram:
probability value word word backtracking value
Examples:
0.33 sleep on 0.63333
0.758 withdraw money 1.8999
* 3 Gram:
probability value word word word backtracking value
Examples:
0.14667 sleep on bed 0.4445

- The data file can be downloaded from:
http://www.4shared.com/file/cdZPHU8G/lm_giga_64k_nvp_3gram.html

Inputs & outputs

When the user’s input is one word, the application should retrieve this word with its probability value and
its backtracking value as in the file.
When the user’s input is two words, the application should retrieve and output these two words with
their probability value and their backtracking value as in the file.
and so on…
Example:
when the input is: sleep
the output should be: 0.5 sleep 1.333333
when the input is: sleep on
The output should be: 0.33333 sleep on 0.63333

Important notes:

Evaluation of the program:

Data structures used
Algorithm used
Loading time
Search time
Modular/ no hard coding
Comments

-

Requirement: You are not allowed to use objects/libraries that implement the main algorithm. Only the
standard Java library is allowed.
Submitted program will be tested in a generic notebook with 2GB RAM.

-

There is no need to design and interfaces.
“The comments within the code are so important for me to be clear and detailed because I need
to understand the code very well in order to present it and to make the documentation”. “the
deadline of submission is on 4th of March…but I need the program to be done before at
least 2 days in order to understand the code and to have a sufficient time to prepare the
documentation”.

Posted In:

Java

Software Architecture



Related projects:

java program to play the game O's and X's  

ds.

Assessment:
1. Overall design (15%): class diagrams , explanations
2. Design and implementation of UI (10%)
3. Testing (15%): Strategy description, adequacy of test cases.
4. Java code (20%): readability (class names, layout etc), use of language features, comments.
5. Javadoc documentation (20%): use of the javadoc features and method specifications.
6. Working system (20%): does the program work? How does it handle errors?

java program to verify video loading 100%  


<param name="wmode" value="opaque">
<param name="quality" value="high">
<param name="name" value="fullscreen_player">
<param name="id" value="fullscreen_player">
<param name="flashvars" value="GATEWAY_ROOT_URL=<some value>">
</object>

Connecting Java program to remote database  


The project requires the Java expert to send information produced by an already existing java program to a remote virtual server database. Only experience JAVA and database network professional need to apply. Thank You

Java Program To Automate Css Sprites

Java Program To Automate Css Sprites
http://smartsprites.osinski.name/
We just want a simle UI for this program
and to automate the other things that the user need to make

program to calculate the by factorail of a number  

this is a normal c program to calculate the factorial of a given number.


Additional files submitted:
FACTORIA.C

Java Program, implement methods

Java program. Half of the program is already supplied, just need to implement methods. The purpose of the program is: manipulating double linked lists, working with generic types, working with strings, and using the merge algorithm. Should be a really simple program for someone who knows java, since this is a beginners class. Could take less than a hour to finish for the right person.

Java Program

11 1111 1111 1111 1111 1111 1111
-2 1111 1111 1111 1111 1111 1111 1111 1110
-4 1111 1111 1111 1111 1111 1111 1111 1100
-8 1111 1111 1111 1111 1111 1111 1111 1000
-16 1111 1111 1111 1111 1111 1111 1111 0000
-32 1111 1111 1111 1111 1111 1111 1110 0000
-64 1111 1111 1111 1111 1111 1111 1100 0000
-128 1111 1111 1111 1111 1111 1111 1000 0000
Enter any integer: 127
127 0000 0000 0000 0000 0000 0000 0111 1111


Java Program

er fixed length fields or comma separated.

2) Binary format

3) From an object that is serialized to disk.


The submitted application must use at least one interface. This is important, I would like to see an interface developed by you and a class should implement this interface in the application.
You will be required to submit the source files with a short readme file with instructions for compiling and running the application.


Trans-coding Java webapp to HTML5 webapp

r>- A work style that is extremely detail oriented
- Strong communication skills
- A complete Elance profile
- References or an established reputation on Elance preferred

Current site for reference.
http://www.mosaicondemand.com/vine.html

Please read the project first and write the word "Understood". Also write your steps and suggestions to complete the project with a short description of what you understood.

Small PHP, Python or Java program to grep contents  

the search request to the website based on the query.
3. collect all the search results (the search results, as described above, may be divided into multiple page).
3b. store the search results, and go back to step 2 until all the search results have been collected.
4. return the search results in JSON format.

All rights in the program will assigned and transferred to the Employer.

More information can be provided if necessary.

Simple Java Program

r each loan.

4
Write the program in Java (without a graphical user interface) and have it calculate the payment amount for 3 mortgage loans:

- 7 year at 5.35%
- 15 year at 5.5%
- 30 year at 5.75%

Use an array for the different loans. Display the mortgage payment amount for each loan and then list the loan balance and interest paid for each payment over the term of the loan. Use loops to prevent lists from scrolling off the screen.


Simple Java Program

> - 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

Use an array for the mortgage data for the different loans. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection or quit. Please insert comments in the program to document the program. Make the programming as simple as possible. Nothing fancy is needed.


Java Program 2

For example, if row is 7, the method displays the pattern of asterisks at the top of the next page.

*

***

*****

*******

*****

***

*





Additional Info (Added 1/16/2011 at 22:34 EST)...System Message: This is a reposting of project java program (1294894479).

Java Program


iii. Write a program called Diamond.java that uses a method diamondOfAsterisks() that displays a diamond (the row number of a diamond must be odd) of asterisks whose row is specified in an integer parameter row. For example, if row is 7, the method displays the pattern of asterisks at the top of the next page.

*

***

*****

*******

*****

***

*






Java program reading DB creating HTML pages with Navigation  

ATE/CITY/INDIVIDUAL_CONTACT_INFORMATION

I am open to ideas regarding the above.


Basically, i am looking for a java program to spit out HTML pages (i will have the template, you will simply add information ready from the db and add to specific sections) with navigation and is SEO friendly.

Since the requirement are not 100% defined, i would like to work with someone to do a quick POC before selecting a provider.

Thanks,

Need Java Program to Parse RSS data into Tab-Delimited File  

ty work. FYI, I have given out substantial bonuses in the past on other projects. I greatly value awesome work done in a timely fashion.

By providing me with the requested information, you are putting yourself ahead of the rest and are one step closer to being chosen as the winner of this project. Thank you for bidding. Good Luck!

PS, Any questions? Please ask me anything pertaining to this project and I will get back to you ASAP...

Java program to sign in to ORKUT website  

networking site, automatically.

It should not involve browser in between as we are already doing this. The speed is the only concern.

After login, I need a way in the program with which I can type any URL (URL that can be accessed only after login) of the Orkut and the program should return the html source of that page.

Currently I am doing it through "Selenium" but it involves browser which in turn slows down the program.

Add functions to java program

rogram that can crawl website and put results into excel file .
also i have javascript file , i want that program to call the javascript file and retrive the data that this script generates
and i have other java code that also ready for scaning port of website , i also want to integrate it into that program .
if you are a java programmer , so it's easy project .
please dont bid high becouse its not so complicated and everything is ready with sourcecodes.

Java program to run Text RPG

RPG program you'll understand what I am looking for. Similar to that, but with the combat system more integrated.

Plus, I'd like to have some help setting up the server to run the game, I can run it from home (I have a server computer). But I'd like a run through of how to do it with Java.

Once the program is built I'd like the code and all things related to it. In the future I'd be willing to pay to have it updated or changed if I could not do it myself.

Thanks

Program to generate clic traffic.

r>1. It changes the IP (with iprental.com), modifies the information screen size, color, language etc.
2. It opened 50 windows Firefox.
3. It loads 50 URL's.
4. It generates traffic (clicks), random wait between each click.
5. After 2 minutes, it closes all open windows.
6. It cleans the cache, cookies etc ...

Any other ideas from you are welcome.

Thank you for making me an offer on how you want to proceed.


Post your own project on getafreelancer Search for scimilar work on getafreelancer
Post your own project on scriptlance Search for scimilar work on scriptlance
Post your own project on eufreelance Search for scimilar work on eufreelance

Outsource your programming projects at ScriptLance.com today - Free signup

Post and Bid on projects! Join EUFreelance.com for free!




Currently viewed: "JAVA program to implement the Ngram object.   "



Warning: chmod() [function.chmod]: No such file or directory in /web/private.web/www.mister/www/freelancershelp/project_details.php on line 178