ClassifierResourceClass - mehdimo/janett GitHub Wiki
There is a Resource class in ClassifierForJ project which provides abstraction over resource loading for other classes like CustomizableStopWordProvider
This class first tries to find files in CLASSPATH and then through ClassLoader.
If we translate this class, translated class will use .Net libraries or helpers, but adheres to Java conventions.
We recommend Stubbing classes like this rather than translating them.
Janett can create empty classes (with public methods) instead of them.
In addition to default change preservation mechanism (using diff and patch), we will not re-create these in re-translation (so changes are preserved). Janett can also copy modified versions to a more secure place.
Note: this feature will be available in later releases