project status
I am on the way of finding a way of progressing to generate rules (owl files) for the raw data. As for now I have completed getting the files as input and index…
I am on the way of finding a way of progressing to generate rules (owl files) for the raw data. As for now I have completed getting the files as input and indexing all the files in the repository. Identifying the newer file in the repository. If it is then we have to generate rules for the data.After identifying the newer file in the repo parse through the file and tokenize it using string tokenizer class and remove all the stop words. Then i am going to use an external api for identifying the classes and subclasses objects. From princeton university they are providing a English data dictionary like thesaurus. using that dict we can identify whether a word is a synonym, antonym, adjective or adverb and all the words related to it. I am doing the integration work of it with in my app. Till now i have completed this.