dom-content-extraction 0.3.3

Rust implementation of Content extraction via text density paper
Documentation
1
2
3
4
5
6
7
coverage:
	export RUSTFLAGS="-Cinstrument-coverage" && \
	cargo build && \
	LLVM_PROFILE_FILE="dc-%p-%m.profraw" && \
	cargo test && \
	grcov . -s . --binary-path ./target/debug/ -t html \
	--branch --ignore-not-existing -o ./target/debug/coverage/