Releases: Esukhia/bordr
Releases · Esukhia/bordr
v0.1.4
Bugfix
Bugfix
bugfix
initial release
0.1.0 - 20191119
Removed
- all language data
- all
InitialTagger
s except for a generic one adapted to Tibetan - ExtRDRPOSTagger is removed because it won't be use in the foreseeable future
Changed
InitialTagger
becomesInitialTagger4Bo
and incorporates support of syllable-suffixes- all encodings turned from
utf-8
toutf-8-sig
- all
print
messages are boxed into logs or msgs that are returned by the methods/functions - absolute imports are turned into relative imports (that hack is not needed anymore for pypi packages)
RDRPOSTagger/run()
becomesrdr()
and all CLI arguments/options are turned into arguments ofrdr()
- temporary files used by RDRPOSTagger are not deleted at
train
time. black
is run on the whole codebase.
Added
evaluate()
function added toUtility/Eval.py
and depending on the presence/absence of thefullDictFile
arg,
it runs eithercomputeAccuracies()
orcomputeAccuracy()
- interface into RDRPOSTagger:
rdr()
,evaluate()
,NUMBER_OF_PROCESSES
andTHRESHOLD
are exposed
on the root level of bordr. the two constants to configure RDRPOSTagger,rdr()
to train and tag data,
evaluate()
to check the performance of the trained model.