Overview
Comment: | [lo] fix Grammalecte init |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | lo | multid |
Files: | files | file ages | folders |
SHA3-256: |
5aca2f6bbf2916d220ed4305b76c8bb6 |
User & Date: | olr on 2018-02-16 17:47:27 |
Other Links: | branch diff | manifest | tags |
Context
2018-02-16
| ||
17:48 | [build][fr] extended and personal dictionaries in config.ini check-in: 9ec0c79d20 user: olr tags: fr, build, multid | |
17:47 | [lo] fix Grammalecte init check-in: 5aca2f6bbf user: olr tags: lo, multid | |
17:43 | [lo] fix Grammalecte init check-in: f7bed407d3 user: olr tags: lo, multid | |
Changes
Modified gc_core/py/oxt/Grammalecte.py from [1551ba65fd] to [83d282c943].
︙ | ︙ | |||
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 | 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 |
︙ | ︙ |