Skip to content

Releases: neelsmith/Kanones.jl

v0.6.1

30 Apr 14:09
133a4ca
Compare
Choose a tag to compare

Expanded documentation

Parse and generate infinitive and verbal adjective forms

29 Apr 17:44
75f637b
Compare
Choose a tag to compare
Merge pull request #193 from neelsmith/dev

Generate and parse verbal adjectives and infinitive forms

v0.5.2

29 Apr 13:37
d46a117
Compare
Choose a tag to compare

Generating in docstrings complete paradigm of finite forms of -ω verbs.

v0.4.1

27 Apr 08:51
4660783
Compare
Choose a tag to compare

Kanones v0.4.1

Diff since v0.4.0

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

26 Apr 22:16
48fc847
Compare
Choose a tag to compare

Kanones v0.4.0

Diff since v0.3.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

15 Apr 20:45
55cd90d
Compare
Choose a tag to compare

Kanones v0.3.0

Diff since v0.2.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 add greekForm function (#174) (@neelsmith)

v0.2.0

09 Nov 23:03
d2137c3
Compare
Choose a tag to compare

Kanones v0.2.0

Diff since v0.1.8

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)
  • AnalyzedTokens 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:

v0.1.8

22 Oct 15:20
b08519c
Compare
Choose a tag to compare

Kanones v0.1.8

Diff since v0.1.7

Fixes a bug in case-insensitive parsing

Merged pull requests:

v0.1.7

22 Oct 13:06
390d379
Compare
Choose a tag to compare

Kanones v0.1.7

Diff since v0.1.6

Make all parsing case-insensitive

Merged pull requests:

v0.1.6

22 Oct 10:33
dc3930a
Compare
Choose a tag to compare

Kanones v0.1.6

Diff since v0.1.5

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)