Skip to content

Commit

Permalink
Clarify name of annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkgr committed Apr 12, 2023
1 parent 1a7b22c commit 6f57042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ fn process_file(
}
output_paragraphs.push_str(&text[last_end..]);
data["text"] = Value::String(output_paragraphs);
data["bff_contained_ngram_count"] = serde_json::to_value(total_contained_ngrams).unwrap();
data["bff_contained_ngram_count_before_dedupe"] = serde_json::to_value(total_contained_ngrams).unwrap();
}

serde_json::to_writer(&mut writer, &data)?;
Expand Down

0 comments on commit 6f57042

Please sign in to comment.