Commit 7bbc68b1 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Result: Remove ABR, ERB, NWB line mappings for now (not neccessarily unique)

parent 94b60471
Loading
Loading
Loading
Loading
+15 −16
Original line number Diff line number Diff line
@@ -99,22 +99,21 @@ my %translation = (
);

my %linemap = (
	ABR => {
		200 => 19,                                                      # RE
		893 => 40,                                                      # RB
		894 => 16,                                                      # RE
		895 => 16,                                                      # RE
	},
	ERB => {
		200 => 13,                                                      # RE
		898 => 3,                                                       # RE
		899 => 3,                                                       # RE
		903 => 59,                                                      # RB
	},
	NWB => {
		750 => 10,                                                      # RE
		753 => 14,                                                      # RE
	},

	#ABR => {
	#	200 => 19,                                                      # RE
	#	# 893, 894, 895 do not uniquely identify a line
	#},
	#ERB => {
	#	200 => 13,                                                      # RE
	#	898 => 3,                                                       # RE
	#	899 => 3,                                                       # RE
	#	903 => 59,                                                      # RB
	#},
	#NWB => {
	#	750 => 10,                                                      # RE
	#	753 => 14,                                                      # RE
	#},
	RB => {
		103 => 33,
		118 => 38,