rajdeo singh

Greenhorn
+ Follow
since May 23, 2014
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by rajdeo singh

hi fred rosenberger

Ram = sita
shyam= radha
raj = rema
dhyam = sima
ram = rema


Actually i have a set of name like mention above. and after i like to give each name a unique id and when the name repeats i like to give him a id

such as Ram is in 0 index so id will be 0. so next time when Ram comes any where it will be 0. after that i dont want any duplicates with Ram. that's why I gave him a id. for corrosponding id.

9 years ago
I have a string like this
id name id name
//0 Ram 1 sita
//2 shyam 3 radha
//4 raj 5 rema
//6 dhyam 7 sima
//0 ram 5 rema

i do like to sort with id based and no duplicates. please suggest me how to do. and also i do like to pair {0-1},{2-3},{4-5},{6-7},{0-5}.

please suggest me??


9 years ago
First you need a dictionary that contains the financial term and then you need to classification of document using NLP.
may this link helpful to you.

http://www.eur.nl/edsc/english/databases/financial_databases/ and then you need to apply java code for this.
9 years ago
Traverse

Map<Map<String_input, List<String>>,List<String_output>> bigmap;
I like to compare the value of String_output with String_input;

String_output is a list contains multiple values.

String_input is a key of map.

output of this map is

out put of this map:-{{_drop=[She dropped into army jargon.,_drop]}=[shed,cast,cast off,shake off,drop]}

String_input is -> _drop. String_output is -> [shed,cast,cast off,shake off,drop].

i want to compare String_input with String_output. please help me out.




if you have any idea using recurssion. I appreciate.

please help me out.




Myquestion is i want to compare the value of valueofBigMap key to innerMapk. as bigmap has multiple items. each item should compare with valueofBigMap.
sample code.








9 years ago