Split input document into paragraphs

  1. Document should be split on "\n\n", result: n paragraphs per document
  2. Detect the language of each paragraph
  3. Apply the correct MLP pipeline according to the detected language of each paragraph
  4. Put the entire document back together
  5. Adjust the initial fact spans