minimalparts / PeARS

Archive repository for the PeARS project. Please head over to https://github.com/PeARSearch/PeARS-orchard for the latest version.
MIT License
17 stars 20 forks source link

New and improved code #40

Closed minimalparts closed 8 years ago

minimalparts commented 8 years ago

This is a completely revamped version of the linguistic-ey bits in the codebase. Specifically:

At the query stage

At the pears creation stage

New semantic space

The demo pears are working well for me. But please test! Three topics are covered: cooking, video games and environmental issues. The app/ code is currently set to run locally over the pears in the demo folder. You will have to update your shared_pears_ids.txt in the app/ folder by doing something like

egrep "pear_id" $HOME/PeARS/demo/users/*/profile.txt |sed "s/profile.txt.pear.id:/ /" > shared_pears_ids.txt

(Sorry didn't get round to write a script for this. Perhaps someone feels inspired to do it :) )

nandajavarma commented 8 years ago

@minimalparts There is no issue with shared_pears_id.txt. I did something stupid there.
I am merging this PR to your development for easy merge to our organization repo.