-
Notifications
You must be signed in to change notification settings - Fork 5
java wiki porting checklist
Ozan KANIK edited this page Apr 12, 2026
·
1 revision
This checklist tracks which Java wiki/documentation topics are already represented in ZemberekDotNet docs.
- Java repo README: https://github.com/ahmetaa/zemberek-nlp
- Java wiki home: https://github.com/ahmetaa/zemberek-nlp/wiki
- Java wiki clone URL: https://github.com/ahmetaa/zemberek-nlp.wiki.git
Source wiki pages discovered from zemberek-nlp.wiki.git:
Home.mdFAQ.mdMetin-Normalizasyonu.mdMorphemes.mdMorphology-Notes.mdProper-nouns-and-named-entities..mdText-Dictionary-Rules.mdZemberek-For-Developers.mdZemberek-NLP-ile-Metin-Sınıflandırma.md
| Java Wiki Page | Proposed .NET Doc | Status | Action |
|---|---|---|---|
Home.md |
docs/wiki-home-port.md |
Ported | Keep as docs landing page and ensure links stay current |
FAQ.md |
docs/faq.md |
Ported | Keep answers aligned with module status and scope notes |
Metin-Normalizasyonu.md |
docs/normalization-guide.md |
Ported | Keep aligned with sentence normalizer resource/data requirements |
Morphemes.md |
docs/morphemes-reference.md |
Ported | Keep terminology aligned with morphotactics/output formatting |
Morphology-Notes.md |
docs/morphology-notes.md |
Ported | Keep synchronized with ambiguity decisions and test updates |
Proper-nouns-and-named-entities..md |
docs/proper-nouns-and-named-entities.md |
Ported | Keep aligned with morphology + NER module behavior |
Text-Dictionary-Rules.md |
docs/text-dictionary-rules.md |
Ported | Keep updated with loader/test behavior changes |
Zemberek-For-Developers.md |
docs/developer-guide.md |
Ported | Keep commands synchronized with CI and target frameworks |
Zemberek-NLP-ile-Metin-Sınıflandırma.md |
docs/classification-training-guide.md |
Ported | Keep dataset and workflow examples aligned with classification examples |
Java grpc docs context |
docs/grpc-notes.md (future) |
Deferred | Track as future work only; outside current port-completion scope |
- gRPC documentation is deferred for future because gRPC module implementation is deferred for future in this repo.
- Current documentation priority is module parity and migration support for Java users moving to .NET.
Getting Started
Module Reference
- Morphology Notes
- Additions and Release Notes
- Morphemes Reference
- Classification Training Guide
- Normalization Guide
- Proper Nouns and Named Entities
- Text Dictionary Rules
API Parity & Migration
Reference
Roadmap