C# parsing of Freebase RDF dump yields only 11.5 million N-Triples instead of 1.9 billion
问题 I'm working on building a C# program to read the RDF data in the Google Freebase data dump. To start out, I've written a simple loop to simply read the file and get a count of the Triples. However, instead of getting the 1.9 billion count as stated in the documentation page (referred above), my program is counting only about 11.5 million and then exiting. The relevant portion of the source code is given below (takes about 30 seconds to run). What am I missing here? // Simple reading through