Commit Graph

96 Commits

Author SHA1 Message Date
tom
a6e708f37f ANULOWANIE POPRZEDNIEGO COMMITU
Revert "Replacing old implementation with working implementation"

This reverts commit 1e121f45e2.

 Please enter the commit message for your changes. Lines starting
 with '#' will be ignored, and an empty message aborts the commit.

 Committer: tom <tom@lim.(none)>

 On branch master
 Changes to be committed:
   (use "git reset HEAD <file>..." to unstage)

	modified:   _old/app/Makefile
	deleted:    _old/app/conf/Makefile
	deleted:    _old/app/conf/compiledic.conf
	deleted:    _old/app/conf/cor.conf
	deleted:    _old/app/conf/dgc.conf
	deleted:    _old/app/conf/dgp.conf
	deleted:    _old/app/conf/gph.conf
	deleted:    _old/app/conf/grp.conf
	deleted:    _old/app/conf/gue.conf
	deleted:    _old/app/conf/kor.conf
	deleted:    _old/app/conf/lem.conf
	deleted:    _old/app/conf/mar.conf
	deleted:    _old/app/conf/ser.conf
	deleted:    _old/app/conf/utt.conf
	modified:   _old/app/src/common/Makefile
	modified:   _old/app/src/compiledic/Makefile
	modified:   _old/app/src/compiledic/aut2fsa.cc
	modified:   _old/app/src/cor/Makefile
	modified:   _old/app/src/dgp/Makefile
	new file:   _old/app/src/dgp/canonize
	new file:   _old/app/src/dgp/dgc
	modified:   _old/app/src/dgp/grammar.hh
	modified:   _old/app/src/dgp/mgraph.hh
	modified:   _old/app/src/dgp/sgraph.hh
	modified:   _old/app/src/dgp/thesymbols.hh
	new file:   _old/app/src/dgp/tre
	modified:   _old/app/src/gue/Makefile
	modified:   _old/app/src/gue/guess.cc
	modified:   _old/app/src/kor/Makefile
	modified:   _old/app/src/kor/corlist.cc
	modified:   _old/app/src/kor/corr.cc
	new file:   _old/app/src/kor/corr.hh
	modified:   _old/app/src/kor/main.cc
	modified:   _old/app/src/lem/Makefile
	modified:   _old/app/src/lem/lem.cc
	modified:   _old/app/src/lib/Makefile
	modified:   _old/app/src/lib/auttools.cc
	modified:   _old/app/src/lib/symtab.cc
	modified:   _old/app/src/lib/tft.h
	modified:   _old/app/src/lib/tfti.h
	modified:   _old/app/src/lib/ttrans.h
	modified:   _old/app/src/lib/word.cc
	modified:   _old/app/src/lib/word.h
	modified:   _old/app/src/tok.c/Makefile
	modified:   _old/app/src/tok.c/cmdline_tok.ggo
	modified:   _old/app/src/tok.c/common_tok.cc
	modified:   _old/app/src/tok/Makefile
	modified:   _old/nawszelkiwypadek/tools/aut2fsa
	modified:   _old/nawszelkiwypadek/tools/cor_dic/makeLabels.pl
	modified:   _old/nawszelkiwypadek/tools/cor_dic/prep.pl
	modified:   _old/nawszelkiwypadek/tools/fsm2aut
	modified:   _old/nawszelkiwypadek/tools/gue_dic/canon.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/compile_user_dict.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/count_prefs.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/cut_prefs.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/makeLabels.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/prep.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/prep_user_dict.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/rmDup.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/stat.pl
	modified:   _old/nawszelkiwypadek/tools/gue_dic/stat_pre.pl
	modified:   _old/nawszelkiwypadek/tools/lem_dic/makeLabels.pl
	modified:   _old/nawszelkiwypadek/tools/lem_dic/prep.pl
	modified:   auto/defaults
	modified:   auto/options
	modified:   auto/output/Makefile
	modified:   auto/output/config_h
	modified:   auto/summary
	modified:   configure
2011-12-14 16:08:41 +01:00
Adam Kędziora
1e121f45e2 Replacing old implementation with working implementation 2010-10-26 10:57:54 +02:00
Mateusz Hromada
f712e16638 Move conf files to new directory. 2009-11-16 00:02:30 +01:00
Mateusz Hromada
743cc4f1c9 Migration to new build system.
* sen-nl moved and checked
2009-10-17 14:55:30 +02:00
Mateusz Hromada
57728c1d40 Move old files to _old dir. 2009-10-17 14:48:21 +02:00
Mateusz Hromada
a26cf421b2 Migration to new build system.
* uam.tag2re moved and checked
2009-10-17 14:29:14 +02:00
to
2f8d6d8c39 Poprawki kodu w C++ (nazwy plikow naglowkowych, using ...).
modified:   compiledic/aut2fsa.cc
	modified:   dgp/grammar.hh
	modified:   dgp/mgraph.hh
	modified:   dgp/sgraph.hh
	modified:   dgp/thesymbols.hh
	modified:   gue/guess.cc
	modified:   kor/corlist.cc
	modified:   lem/lem.cc
	modified:   lib/symtab.cc
	modified:   lib/tft.h
	modified:   lib/tfti.h
	modified:   lib/ttrans.h
	modified:   lib/word.cc
	modified:   lib/word.h
2009-10-14 21:27:05 +02:00
Mateusz Hromada
25b4022527 Add README file. 2009-07-16 17:01:32 +02:00
Mateusz Hromada
c7ecbc244d Stadard targets added to Makefile. New targets:
* install
 * install-*
 * uninstall
2009-06-12 00:31:39 +02:00
Mateusz Hromada
9a36761661 Migration to new build system.
* documentation moved and checked
2009-06-10 19:55:47 +02:00
Mateusz Hromada
b5884b3fd6 Migration to new build system.
* rs12 moved and checked
2009-06-09 20:50:22 +02:00
Mateusz Hromada
4518a0b7b6 Migration to new build system.
* rm12 moved and checked
2009-06-09 20:37:59 +02:00
Mateusz Hromada
8e1730ce81 Migration to new build system.
* kon moved and checked
2009-06-09 20:22:14 +02:00
Mateusz Hromada
8c8a2529e1 Migration to new build system.
* ser moved and checked
2009-06-09 20:19:54 +02:00
Mateusz Hromada
dc2176950f Migration to new build system.
* mar moved and checked
2009-06-09 20:17:04 +02:00
Mateusz Hromada
ac9a049dc7 Migration to new build system.
* grp moved and checked
2009-06-09 20:13:47 +02:00
Mateusz Hromada
1e572e12c5 Migration to new build system.
* unfla moved and checked
2009-06-09 20:10:15 +02:00
Mateusz Hromada
3a2ae91d94 Migration to new build system.
* kot moved and checked
2009-06-09 20:01:41 +02:00
Mateusz Hromada
e4cec26b9f Migration to new build system.
* gph moved and checked
2009-06-09 13:24:34 +02:00
Mateusz Hromada
9e0afb505e Migration to new build system.
* fla moved and checked
2009-06-09 12:59:37 +02:00
Mateusz Hromada
1e551bdd1b Migration to new build system.
* sen moved and checked
2009-06-09 02:36:13 +02:00
Mateusz Hromada
12743b9e8c Migration to new build system. All tools need to be moved to ./src
directory and checked whether can be compiled by Makefile.
 * tok moved and checked
2009-06-07 01:25:24 +02:00
Mateusz Hromada
44f59b8b51 Add flex support in configure scripts. 2009-06-06 13:40:55 +02:00
Mateusz Hromada
63a5739817 Refactoring of configure scripts.
* Move default values to auto/default
 * Get configuration from environment
 * Add --quiet switch to hide summary
2009-06-06 13:08:46 +02:00
Mateusz Hromada
f7b30b9fc6 Improvements on configure script.
* config.h has more details about project
 * configure creates src directory unless it exists
2009-06-05 00:52:29 +02:00
Mateusz Hromada
8338227cdb Update version number to current state. 2009-06-05 00:38:58 +02:00
Mateusz Hromada
f6cae61954 AUTHORS update. 2009-05-21 16:13:48 +02:00
Mateusz Hromada
c08f3b1b4e New build system. 2009-05-21 16:10:38 +02:00
Mateusz Hromada
1af37ee0b3 Email test. 2009-05-01 21:27:55 +02:00
to
fbf11da0c4 modified: Makefile
test
2009-04-30 17:08:40 +02:00
Mateusz Hromada
d36b22978f Main Makefile created. 2009-04-23 18:05:27 +02:00
hromada
2969c84f86 M dgp/grammar.hh
M    dgp/symbol.hh


git-svn-id: svn://atos.wmid.amu.edu.pl/utt@65 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2009-03-27 13:28:09 +00:00
walas
2d89d4bc82 dokumentacja mar + drobne poprawki mar (version)
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@64 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-12-16 22:40:47 +00:00
obrebski
9ace5d204d trochę zmian
M    app/doc/utt.texinfo
M    app/src/dgp/sgraph.hh
M    app/src/dgp/const.hh
M    app/src/dgp/grammar.hh
M    app/src/dgp/thesymbols.hh
M    app/src/dgp/dgc
M    app/src/dgp/sgraph.cc
M    app/src/dgp/grammar.cc


git-svn-id: svn://atos.wmid.amu.edu.pl/utt@63 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-12-11 21:20:14 +00:00
obrebski
91ed676c45 dopisane komentarze, wprowadzony typ coord (tylko deklaracja)
M    share/gram.dgc


git-svn-id: svn://atos.wmid.amu.edu.pl/utt@62 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-11-04 10:26:48 +00:00
obrebski
e28a625259 Ta linia i następne zostaną zignorowane--
M    app/dist/files/README
	uaktualnione
M    app/doc/utt.texinfo
	dopiski
M    app/src/gue/Makefile
	statyczne biblioteki
M    app/src/cor/cmdline_cor.ggo
	usuniecie nie dzialajacych parametrow
M    app/src/cor/Makefile
	statyczne biblioteki
M    app/src/common/cmdline_common.ggo
	?
M    app/src/kor/Makefile
	statyczne biblioteki
M    app/src/lem/Makefile
	statyczne biblioteki
M    lang/dist/tarball/Makefile
	pakowanie modulow jezykowych po jednym
M    lang/Makefile
	-"-



git-svn-id: svn://atos.wmid.amu.edu.pl/utt@61 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-10-29 10:17:16 +00:00
obrebski
261bf629fb w utt.texinfo
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@60 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-10-22 09:53:31 +00:00
obrebski
839a0d50e2 usunieta niepotrzebna linia (powodujaca bledy) z Makefile
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@59 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-10-21 21:25:37 +00:00
obrebski
04ae41456e w utt.texinfo usuniete polskie znaki z jednego miejsca (nie kompilowalo
sie). NADAL POZOSTAJE PROBLEM Z POLSKIMI ZNAKAMI W TEXINFO!



git-svn-id: svn://atos.wmid.amu.edu.pl/utt@58 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-10-21 21:19:52 +00:00
obrebski
a8ac59af24 dodany mar.conf
poprawiony grp.conf (uzupelniony o tags=uam)



git-svn-id: svn://atos.wmid.amu.edu.pl/utt@57 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-10-21 21:17:07 +00:00
obrebski
dbde463201 uzupełnione o informacje o pakietach niezbędnych do instalacji
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@56 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-10-21 21:13:21 +00:00
obrebski
42163698fe nic nie zmienilem (test)
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@55 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-10-02 01:01:43 +00:00
obrebski
d27f5c7423 dodane wazne punkty do TODO
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@54 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-21 09:04:31 +00:00
pawelk
843c58d4aa Wgrałem biezaca wersje strony www.
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@53 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-16 07:13:31 +00:00
obrebski
b012e2a7b0 tre.rb zmienil nazwe na tre
tre sygnalizuje nieuzycie wymaganej dla niego opcji --info s w dgp



git-svn-id: svn://atos.wmid.amu.edu.pl/utt@52 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-15 21:05:36 +00:00
obrebski
19760efd7b uzupelnione configi
oprawiona obsluga opcji weight w gue
tre znajduje swoja biblioteke (nie znajdywal wczesniej)



git-svn-id: svn://atos.wmid.amu.edu.pl/utt@51 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-15 19:55:02 +00:00
obrebski
6ac84d8bba gue wreszcie dziala, tylko nie sortuje wynikow
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@50 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-09 10:42:32 +00:00
obrebski
3748bd1db4 1) dgp nie wysypuje sie na nieznanych kategoriach
2) dodane i uzupelnione konfigi



git-svn-id: svn://atos.wmid.amu.edu.pl/utt@49 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-09 08:38:46 +00:00
pawelk
9b57c4d68c Kilka zmian technicznych, troche porzadku oraz uaktualnienie dystrybucji dla rpma.
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@48 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-09 06:49:43 +00:00
obrebski
40358d23e5 lem, gue, kor, cor sprawdzaja czy slownik istnieje i da sie otworzyc
git-svn-id: svn://atos.wmid.amu.edu.pl/utt@47 e293616e-ec6a-49c2-aa92-f4a8b91c5d16
2008-05-08 14:38:00 +00:00