I have a lot of Chinese language text files I am going to be doing searches on.. For example a user selects an article with 500 words. I will then search through thousands of articles(text files) attempting to find ones with similar content. IE parse all words out, and find another article that uses the same words.
I have an application written in python that does this, but need a web app.
Can I easily use my existing python code?
Javascript or PHP ? who handles unicode searching well/easily? Performance?
I have an application written in python that does this, but need a web app.
Can I easily use my existing python code?
Javascript or PHP ? who handles unicode searching well/easily? Performance?
