+ Reply to Thread + Post New Thread
Results 1 to 7 of 7

Thread: Unique Ratio: Emergency Php Help!

  1. #1
    Noobie
    Join Date
    Apr 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Unique Ratio: Emergency Php Help!

    Can anybody please provide me any ideas on how we can get uniqueness ratio? Please help me - thats the only thing I am stuck with in creating my clients script.

    Thank you

  2. Shorten URL    SEO Services    Buy Xrumer

    Sponsored Links

  3. #2
    Noobie
    Join Date
    Apr 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    any helpppp



    ???

  4. #3
    Noobie
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You need to provide more details. I, for one, don't know what you're talking about. What data do you have? What are you trying to discern from it? Be specific.

  5. #4
    Noobie
    Join Date
    Apr 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    its a content script. When I spin the content, I need to know how to determine the uniqueness of the articles from the original one. This would help to determine which article is good enough to avoid being duplicate content in the search engines.

  6. #5
    Noobie
    Join Date
    Apr 2008
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Let me re-phrase my question: I am creating an online article script, and would like to add a comparison/unique ration feature onto it. This will save time and money in checking content for customers, as well as myself. I notice on the site dupe cop has an online duplicate content checker. It is probably something they just developed. I just need an idea or reference, or an imitation of a script (allows me to cross-compare versions of an article for uniqueness in percentage terms compared to all the other articles) that can do that. If anyone can help me, I'll provide to you a free lifetime access to my new content script coming soon!

  7. #6
    Noobie
    Join Date
    Apr 2008
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Parse the article and compare the results with the articles already submitted. You probably want to match something like two sentences with any two sentences already in your article database.

  8. #7
    Noobie
    Join Date
    Apr 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If order does not matter to you, a simple method would be to just count all the words in each article and store how many times each word occurs. Then use that data to make your calculations. It's kind of a really simple checksum.

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts