Mailinglist Archive: opensuse-commit (794 mails)
| < Previous | Next > |
commit link-grammar for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 03 Sep 2009 18:54:41 +0200
- Message-id: <20090903165441.9E3806485@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package link-grammar for openSUSE:Factory
checked in at Thu Sep 3 18:54:41 CEST 2009.
--------
--- link-grammar/link-grammar.changes 2009-07-20 11:19:03.000000000 +0200
+++ link-grammar/link-grammar.changes 2009-08-31 20:38:27.000000000 +0200
@@ -1,0 +2,63 @@
+Mon Aug 31 20:35:29 CEST 2009 - dimstar@xxxxxxxxxxxx
+
+- Update to version 4.6.1:
+ + Stop printing annoying warning when !vars are used.
+ + Fix missing dict file units.2 problem
+ + Fix compilation bug on FreeBSD.
+
+-------------------------------------------------------------------
+Sun Aug 30 10:50:34 CEST 2009 - dimstar@xxxxxxxxxxxx
+
+- Update to version 4.6.0:
+ + Avoid used of bzero, add missing include directives.
+ + Reclassify a number of "medical" prepostions as adverbs.
+ + Add approx 100 adverbs & 300 adjectives.
+ + Add approx 250 verbs.
+ + Add approx 300 nouns.
+ + Add misc units.
+ + Add misc European connector words/patronymics.
+ + Reclassify 100's of transitive verbs as optionally-transitive.
+ + Add distinct tokenization step ("sentence_split") to public
+ API. This last change forces the minor-version-number bump.
+
+-------------------------------------------------------------------
+Thu Aug 27 14:51:09 CEST 2009 - dimstar@xxxxxxxxxxxx
+
+- Update to version 4.5.10:
+ + Be sure to link with -lm
+- Changes from version 4.5.9:
+ + Modify error messages to indicate that they are from
+ link-grammar.
+ + Add missing Java files that were forgotten last time around.
+ + Add greeting to command-line client startup.
+ + Print disjunct cost also, when requesting disjunct printing.
+ + Add missing color names as mass nouns.
+ + Fix: Reclassify musical instruments: "He plays piano"
+ + Add experimental word-clustering system.
+ + Add CMake build file
+ + Fix: "It takes longer than that."
+ + Fix: "He has done very well."
+ + Fix: a dozen optionally transitive verbs (swim, kill, etc.)
+ + Fix: "He's out running."
+ + Fix: "suddenly" is a "manner adverb", not a clausal adverb.
+ + Fix: Use Pg links to gerunds: "He feared hitting the wall."
+ + Fix: assorted numerical-range bugs.
+ + Fix: prep modifiers with distances: "It is a few miles out"
+ + Fix: Spelled-out dates: "It started in nineteen twelve"
+ + Fix: Misc date, time expression parsing e.g "Zero hour is
+ here."
+ + Fix: Misc words, "ordered list", "screened out"
+ + Fix: Post-fixed numbers can act as determiners.
+ + Fix: "We bought the last 50 ft. of cable."
+ + Fix: opening directives to imperatives: "Finally, move it
+ back."
+ + Fix: Improved simple equation parsing support.
+ + Fix: Add misc fixes from BioLG that were previously overlooked.
+ + Fix: "favorite" can take determiner "a" ("a favorite place")
+ + Fix: assorted clausal complements: "The emperor ordered it
+ done."
+ + Fix: ordinals: "First on our list is ..."
+ + Fix: verb modifier "some of the time", "most places"
+ + Fix: Sit, stand take modifiers: "he stood still"
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
link-grammar-4.5.8.tar.bz2
New:
----
link-grammar-4.6.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ link-grammar.spec ++++++
--- /var/tmp/diff_new_pack.ltJGv4/_old 2009-09-03 18:52:11.000000000 +0200
+++ /var/tmp/diff_new_pack.ltJGv4/_new 2009-09-03 18:52:11.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package link-grammar (Version 4.5.8)
+# spec file for package link-grammar (Version 4.6.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -16,19 +16,19 @@
#
-BuildRequires: glibc-devel
-BuildRequires: hunspell-devel
-BuildRequires: libedit-devel
-BuildRequires: pkg-config
Name: link-grammar
-License: BSD 3-clause (or similar)
-Group: Productivity/Text/Spell
-Version: 4.5.8
+Version: 4.6.1
Release: 1
+License: BSD 3-clause (or similar)
Summary: An English grammar checker
Url: http://www.abisource.com/projects/link-grammar/
+Group: Productivity/Text/Spell
Source: %{name}-%{version}.tar.bz2
+BuildRequires: glibc-devel
+BuildRequires: hunspell-devel
+BuildRequires: libedit-devel
+BuildRequires: pkg-config
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -39,21 +39,11 @@
"constituent" (Penn tree-bank style phrase tree) representation of a
sentence (showing noun phrases, verb phrases, etc.).
-
-
-Authors:
---------
- Davy Temperley: http://theory.esm.rochester.edu/temperley/
- Daniel Sleator: http://www.cs.cmu.edu/~sleator/
- John Lafferty: http://www.cs.cmu.edu/~lafferty/
- Dom Lachowicz (domlachowicz@xxxxxxxxx)
- Linas Vepstas (linasvepstas@xxxxxxxxx)
-
%package devel
License: BSD 3-clause (or similar)
Summary: An English grammar checker (Development files)
Group: Development/Libraries/C and C++
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{version}
%description devel
The Link Grammar Parser is a syntactic parser of English, based on link
@@ -65,27 +55,17 @@
This package contains the development files.
-
-
-Authors:
---------
- Davy Temperley: http://theory.esm.rochester.edu/temperley/
- Daniel Sleator: http://www.cs.cmu.edu/~sleator/
- John Lafferty: http://www.cs.cmu.edu/~lafferty/
- Dom Lachowicz (domlachowicz@xxxxxxxxx)
- Linas Vepstas (linasvepstas@xxxxxxxxx)
-
%prep
-%setup
+%setup -q
%build
# --enable-sat-solver and --enable-corpus-stats are still at the prototype
stage
%configure --disable-static
-%__make %{?jobs: -j%jobs}
+%__make %{?jobs:-j%jobs}
%install
%makeinstall
-rm -f %{buildroot}/%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/*.la
%post -p /sbin/ldconfig
@@ -100,7 +80,7 @@
%{_bindir}/*
%{_libdir}/*.so.*
%{_datadir}/link-grammar
-%{_datadir}/man/man1/*
+%{_mandir}/man1/*
%files devel
%defattr(-, root, root)
++++++ link-grammar-4.5.8.tar.bz2 -> link-grammar-4.6.1.tar.bz2 ++++++
++++ 74075 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |