Skip to content

Commit 67ba8cd

Browse files
committed
version 2.0 init
1 parent 258547b commit 67ba8cd

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252

5353
# General information about the project.
5454
project = 'NLP Interchange Format'
55-
copyright = u'2015, Sebastian Hellmann, Martin Brümmer, Markus Ackermann'
56-
author = u'Sebastian Hellmann, Martin Brümmer, Markus Ackermann'
55+
copyright = '2015, Sebastian Hellmann, Martin Brümmer, Markus Ackermann'
56+
author = 'Sebastian Hellmann, Martin Brümmer, Markus Ackermann'
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = ''
63+
version = '2.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = ''
65+
# release = ''
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

docs/index.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
Overview
44
========
55

6+
The NLP Interchange Format (NIF) is an RDF/OWL-based format that aims to achieve interoperability
7+
between Natural Language Processing (NLP) tools, language resources and annotations. NIF consists of
8+
specifications, ontologies and software, which are combined under the version identifier
9+
*"NIF 2.0"*, but are versioned individually.
10+
11+
Although the road to complete interoperability is still long, NIF is already successful in providing
12+
best practices and a solid foundation for the most frequent use cases. This foundation is created
13+
by:
14+
* Reusing existing standards such as RDF, OWL 2, the PROV Ontology and LAF (ISO 24612)
15+
* Utilisation of NIF identifiers in the Internationalization Tag Set (ITS) Version 2.0
16+
* Royality-free publishing of all parts of NIF under an open license.
17+
18+
NIF comprises a set of RDF vocabularies and ontologies, which have stable identifiers, persistent hosting, an open license and a community approved meaning.
19+
20+
NIF is driven by its open and weclome-to-join community project NLP2RDF, consisting of a mailing list, a GitHub Project and a blog web site
621

722

823
Contents:

0 commit comments

Comments
 (0)