0

I'm conducting an topic modeling experiment with Mallet on german texts. Since german nouns begin with uppercase, I want to keep this feature. Does anyone know how to deactivate lowercasing?

vinibrsl
  • 6,563
  • 4
  • 31
  • 44
eric24629
  • 1
  • 2

1 Answers1

1

Add --preserve-case when importing documents.

David Mimno
  • 1,836
  • 7
  • 7