Cleaning up nodenames
Common changes: Lastname, Firstname -> Firstname Lastname Name I -> Name Title-style capitalization Removed L-to-R characters ( <e200> ) Removed duplicates Alphabetical order
This commit is contained in:
parent
e9f5e5a8b3
commit
b7a5537d83
File diff suppressed because it is too large
Load Diff
|
@ -269,7 +269,7 @@ public class NoisyChannelSpellCheckerTests extends ElasticsearchTestCase{
|
|||
assertThat(corrections[0].join(new BytesRef(" ")).utf8ToString(), equalTo("xorr the god jewel"));
|
||||
assertThat(corrections[1].join(new BytesRef(" ")).utf8ToString(), equalTo("zorr the god jewel"));
|
||||
assertThat(corrections[2].join(new BytesRef(" ")).utf8ToString(), equalTo("gorr the god jewel"));
|
||||
assertThat(corrections[3].join(new BytesRef(" ")).utf8ToString(), equalTo("tarr the god jewel"));
|
||||
assertThat(corrections[3].join(new BytesRef(" ")).utf8ToString(), equalTo("varr the god jewel"));
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue