Overview
| Comment: | [lo] comment loading personal dic |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | lo | multid |
| Files: | files | file ages | folders |
| SHA3-256: |
3879f4a96dca8921b846c10d982fa458 |
| User & Date: | olr on 2018-02-17 09:54:21 |
| Other Links: | branch diff | manifest | tags |
Context
|
2018-02-17
| ||
| 09:56 | [build][core] add options for extended and personal dictionaries check-in: f91f4879a1 user: olr tags: core, build, multid | |
| 09:54 | [lo] comment loading personal dic check-in: 3879f4a96d user: olr tags: lo, multid | |
| 09:52 | [graphspell][py] spellchecker: wrong function name check-in: dc3667a28c user: olr tags: graphspell, multid | |
Changes
Modified gc_core/py/oxt/Grammalecte.py from [83d282c943] to [1e4211990b].
| ︙ | ︙ | |||
39 40 41 42 43 44 45 |
dOpt = Options.load(xCurCtx)
gce.setOptions(dOpt)
# store for results of big paragraphs
self.dResult = {}
self.nMaxRes = 1500
self.lLastRes = deque(maxlen=self.nMaxRes)
self.nRes = 0
| | | | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
dOpt = Options.load(xCurCtx)
gce.setOptions(dOpt)
# store for results of big paragraphs
self.dResult = {}
self.nMaxRes = 1500
self.lLastRes = deque(maxlen=self.nMaxRes)
self.nRes = 0
#oSpellChecker = gce.getSpellChecker();
#oSpellChecker.setPersonalDictionary("fr.personal.json")
# XServiceName method implementations
def getServiceName (self):
return self.ImplementationName
# XServiceInfo method implementations
def getImplementationName (self):
|
| ︙ | ︙ |