Releases: neelsmith/Kanones.jl
Releases · neelsmith/Kanones.jl
v0.6.1
Parse and generate infinitive and verbal adjective forms
Merge pull request #193 from neelsmith/dev Generate and parse verbal adjectives and infinitive forms
v0.5.2
v0.4.1
Kanones v0.4.1
Fixes a bug in generating possible forms of nouns.
Merged pull requests:
- Fixes a bug in generating possible forms of nouns. (#186) (@neelsmith)
v0.4.0
Kanones v0.4.0
Complete reworking implementing in-memory parsing
Closed issues:
- Complete cycle to analyze a single token (#8)
- Building fst (#29)
- parsing fst (#30)
- Allow Dataset constructor to draw fst from internet (#61)
- Irregular verbs checklist (#85)
- Irregular infinitive checklist (#87)
- consider implementing parsing a word list using
fst-infl
(#100) - Roll in working verbal analysis in fat-scratch/augfull to main src (#105)
- Irregular verbs
fst
should retain accent (#147) - All accessors to morphological properties should be by function, not member name (#151)
- Review API docs for 0.2.x release (#154)
- Property accessors for all forms, rules, stems (#166)
- Replace all references to (removed) function labeldict (#173)
Merged pull requests:
- Complete reworking implementing in-memory parsing (#184) (@neelsmith)
v0.3.0
Kanones v0.3.0
Bring generate
functions in line with 0.2 API, and add greekForm
function
Closed issues:
- Function writing
alphabet.fst
should use PolytonicGreek functions to find initial and medial augment strings. (#170) - Unit tests should
rm -rf
all temporary compilations (#171) - Add signatures for
greekForm
to build <: GreekMorphologicalForm (#172)
Merged pull requests:
- Bring
generate
functions in line with 0.2 API, and addgreekForm
function (#174) (@neelsmith)
v0.2.0
Kanones v0.2.0
Complete reworking of model of GreekMorphologicalForm
and GreekMorphologicalProperty
Closed issues:
- Use abspath() for all composite path operations (#3)
- Multiword analyses (#13)
- Read serialized Kanones data into objects (#76)
- Irregular adjectives checklist (#86)
- Use model of uninflected to exploit multiple dispatch for morphform function (#98)
- In parse.jl, draw category from rule side, not stem side (#99)
- Revise all morphological structures to include int codes only, and generate labels from functions (#103)
- Better algorithm for parsing multiple tokens (#112)
AnalyzedToken
s losing token info (#125)- Implement form labelling for all subtypes of
MorphologicalForm
(#130) - Irregular rules checklist (#136)
- Lexeme type :< Citable (#140)
- Reorganize standard test suite around citable objects (#141)
- Complete
Kanones.irregularfromfst
for all possible irregular types (#163)
Merged pull requests:
- Complete standard test suites on nouns, adjectives and infinitive forms (#132) (@neelsmith)
- Implement standard test suite for verbal adjectives (#133) (@neelsmith)
- Mark status for verbal adjectives (#134) (@neelsmith)
- Implement standard test suite for participles (#135) (@neelsmith)
- Complete first half of suite 3 on pronouns (#137) (@neelsmith)
- Reorganize files (#138) (@neelsmith)
- Tidy up files (#139) (@neelsmith)
- Standardize file names (#142) (@neelsmith)
- Add placeholder for Lexeme (#143) (@neelsmith)
- Pronouns (#144) (@neelsmith)
- Standard tests (#145) (@neelsmith)
- Finish test suites for uninflected (#146) (@neelsmith)
- Start tests for finite verbs (#148) (@neelsmith)
- First test suite on finite verbs (#149) (@neelsmith)
- Complete test suite 3 for finite verbs (#150) (@neelsmith)
- Rename types (#152) (@neelsmith)
- Begin implementation of GreekMorphologicalProperty (#153) (@neelsmith)
- Complete 5 test suites on finite verbs using
MorphologicalProperty
members (#155) (@neelsmith) - Upgrade nouns to use
MorphologicalProperty
s (#156) (@neelsmith) - Convert pronouns to use
MorphologicalProperty
s (#157) (@neelsmith) - Update infinitives to use
MorphologicalProperty
s (#158) (@neelsmith) - Update verbal adjectives to use
MorphologicalProperty
s (#159) (@neelsmith) - Update participles to use
MorphologicalProperty
s (#160) (@neelsmith) - Update uninflected to use
MorphologicalProperty
s (#161) (@neelsmith) - Update adjectives to use
MorphologicalProperty
s (#162) (@neelsmith) - All types use
MorphologicalProperty
(#164) (@neelsmith) - Pass all unit tests (#165) (@neelsmith)
- Rename form types (#167) (@neelsmith)
- Complete reworking of model of morphological forms and properties (#168) (@neelsmith)
v0.1.8
Kanones v0.1.8
Fixes a bug in case-insensitive parsing
Merged pull requests:
- Fixes a bug in handling case-insensitive parsing (#128) (@neelsmith)
- Bump version (#129) (@neelsmith)
v0.1.7
Kanones v0.1.7
Make all parsing case-insensitive
Merged pull requests:
- Make all parsing case insensitive (#127) (@neelsmith)
v0.1.6
Kanones v0.1.6
Corrects text value of AnalyzedToken.passage
in parses of documents and corpora
Merged pull requests:
- Corrects text value in
AnalyticalToken
for parses of documents and … (#126) (@neelsmith)