Skip to content

#2 Implement process method #5

@gioargyr

Description

@gioargyr

Per doc approach

  1. Read file line by line (input: csv-file, output: string)
  2. Tokenize line (input: 1.output, output: list-of-strings)
  3. Simhash on tokens (input: 2.output, output: list-of-long(s) )
  4. Attach weights to simhashed tokens (input: 3.output, output: list of floats) [V matrix calculation]
  5. fingerprint matrix creation (input: 4.output, output: list of booleans)
  6. fingerprint comparison (input: 2-D matrix [y = noOfDocks, x = noOfTokens], output: list of objects with field1 = docName, field2 = a list of identical docs(docName))
  7. output result

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions