Releases: proycon/folia
Releases · proycon/folia
v1.4.0.53
FoLiA v1.4
- Migrated FoLiA Set Definitions to RDF using the SKOS model (#14)
- Deep validation is properly implemented now
- Added an example documented for deep validation
- Added an example document with deep morphology (Frog output)
- Various set definitions are provided, most notably those by Frog
- CGN Part-of-Speech tagset covered now (#18)
- Constraining the number span roles (of a specific type) allowed under a span annotation
- Updated documentation
FoLiA-Tools v1.4.0.53
- Added
foliasetdefinition
tool, used to inspect and test set definitions, and to provide conversion from legacy XML sets to RDF SKOS sets foliatextcontent
prints warnings instead of raising NotImplementErrors now- Minor update to
foliaspec
(issue LanguageMachines/libfolia#8)
v1.3.2.52
v1.3.1.52
v1.3.0.52
FoLiA v1.3
- Added a 'comment' element (higher-order annotation) (issue #10)
- Added a label attribute on set definition (issue #11)
- Added a predicate span annotation element that groups semantic roles (issue #13)
- Added a new linguistic annotation type for various observations on a text (issue #15)
- Added a new linguistic annotation type for sentiment analysis (issue #16), this is now favoured over the older and more limited
subjectivity
token annotation element. - Added a new linguistic annotation type for attribution (issue #17)
v1.2.0.51
v1.2.0.50
v1.2.0.49
FoLiA v1.2
FoLiA v1.2
- Support for in-document metadata in any foreign namespace (see section 2.11 of the manual)
- Support for foreign namespace annotation using the
foreign-data
element (see section 2.10.15 of the manual) - Native FoLiA metadata does not formally predefine any fields (but various tools may)
- Extended linebreak element (
br
) withnewpage
,pagenr
andlinenr
attributes. Element can now be used to signal page breaks. (see section 2.5.6 of the manual) - Alignments (
alignment
) now allows pointing to external documents that are not FoLiA, using theformat
attribute in combination with the already existingxlink:href
attribute. (see section 2.10.8 of the manaul)aref/@type
is now a free field, the type needs not correspond to a FoLiA element anymore. Necessary to allow linking to external resources.
- Similarly, references (
ref
) can now link to external resources using xlink attributes and theformat
attributes. (See section 2.5.12 of the manual) - Xlink support has been extended to include attributes like
xlink:role
etc.. These are now allowed on all xlink-capable elements. - Example document (
test/example.xml
) has been brought in line with some extra tests conducted by thelibfolia
library. - A small arabic example document was added (
test/example.ar.xml
), intended to test right-to-left visualisation.
FoLiA Tools v1.2.0.48
- Improvements in
folia2html
(folia2html.xsl
)- Support for right-to-left languages (based on explicit metadata field
direction: rtl
) - Explicit support for titles in dublin core format
- Better propagation of metadata from FoLiA to HTML
- Visualisation of some token annotation under morphemes
- Render phonetics in annotation pop-up
- Support for right-to-left languages (based on explicit metadata field
v1.0.1.47
FoLiA v1.0 release
FoLiA v1.0.0
- New FoLiA specification in
schemas/folia.yml
, to be used by external libraries to facilitate implementation and synchronization - Minor fixes in documentation
- Library implementation status updated in documentation
- RelaxNG schema built from external specification (via
pynlpl.formats.folia
library) - Better legacy support in RelaxNG schema (e.g
listitem
tag)
FoLiA-tools (rev 47)
- Added
foliaspec
tool that reads from external FoLiA specification and updates the library source code forpynlpl
andlibfolia