Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2014-01-25 | 3.4 kB | |
Falcon-v1.0.zip | 2014-01-25 | 50.6 MB | |
falcon Documentation.zip | 2014-01-25 | 98.1 kB | |
Totals: 3 Items | 50.7 MB | 0 |
################################################################# ################################################################# ########## TITLE => FALCON TEXT Search Project ########## ########## AUTHOR => Swapnil Ashok Jadhav (saj1919) ########## ########## EMAIL-ID => dadajibudhau@gmail.com ########## ########## WEBSITE => http://geekdadaji.com ########## ########## VERSION => FALCON-v1.0 ########## ################################################################# ################################################################# ############################ ### CONTENTS OF ZIP FILE ### ############################ 1) Runnable/Exportable "falcon-v1.0.jar" 2) Executable "falcon-v1.0.exe" 3) "WordnetDict" folder 4) "Example JSON" folder - animal.json ###################### #### ABOUT FALCON #### ###################### 1) This is a java project for searching in text defined in json file. 2) Define topic name, search text and its detailed info in json file as given in example folder then index and search. 3) Using NLP and Text Extraction algorithms and Q-A archit- ecture we have tried to solve some searching problems like spelling mistake, jumbling of words or both. 4) Indexing of json file may take 30 seconds to 5 minutes. It depends upon size of json and system configuration. ######################## #### JSON STRUCURE #### ######################## 1) You can add as many {} blocks as you want. 2) Maintain the JSON properties. Before indexing please check if you have created proper json file or not. 3) Following is the structure. Please do not change title-tags used. {"falcon":[ { "searchText":"", "Name":"", "detailInfo":"" }, { "searchText":"", "Name":"", "detailInfo":"" }, { "searchText":"", "Name":"", "detailInfo":"" } . . . . ] } ################################# #### HOW TO USE FALCON v1.0 #### ################################# 1) Jar file can be added to java project as an API by putting it in project path. You must also add WordnetDict to main project branch. 2) Jar is also runnable. To run go to the folder containg jar and type following command java -jar falcon-v1.0.jar 3) Run falcon-v1.0.exe by double clicking it. 4) While running .exe and .jar WordnetDict should be in the same folder. ######################## #### WHAT TO SEARCH #### ######################## 1) Type Queries with some important words only. Exm. A query "pet police crime sharp" will give DOG as a first search result. 2) Type Queries with spelling mistakes and jumbling of words or both. Exm. Queries "pt pulic crme harp" and "harp pulic pt crme" will give DOG as a first search result. ###################### #### FROM CREATOR #### ###################### => FEEL FREE TO GIVE ME ANY SUGGESTIONS OR INFORMATION !!! => THANK YOU FOR DOWNLOADING/USING THIS STAND-ALONE TEXT SEARCHING PROJECT. => SUPPORT/DONATE THE PROJECT. => WANT TO COLLABORATE ... EMAIL ME !!! ################################################################# ######################## END OF README ########################## #################################################################