summaryrefslogtreecommitdiff
path: root/contrib/eaglesconv/README
diff options
context:
space:
mode:
authorjohn.j.camilleri <john.j.camilleri@chalmers.se>2013-09-16 07:17:27 +0000
committerjohn.j.camilleri <john.j.camilleri@chalmers.se>2013-09-16 07:17:27 +0000
commitf5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch)
tree946c9e8542b8e8271b6b529a95c0400fa6613cb4 /contrib/eaglesconv/README
parent8e1c6cca407c82fc09569d80c231b8d256735989 (diff)
Remove contribs and examples
Everything has now been moved to a separate repository at https://github.com/GrammaticalFramework/gf-contrib The contents of the examples folder are build during SetupWeb
Diffstat (limited to 'contrib/eaglesconv/README')
-rw-r--r--contrib/eaglesconv/README24
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/eaglesconv/README b/contrib/eaglesconv/README
deleted file mode 100644
index e3c84c61d..000000000
--- a/contrib/eaglesconv/README
+++ /dev/null
@@ -1,24 +0,0 @@
-How to use:
-
-1) Sort the wordlist so it can be split into sublists. It is necessary because
-the converter is quite memory-hungry, and you might not have enough RAM to
-process the whole wordlist at once.
-
-./CollectLemmas dicc.src | sort > lemmas.src
-
-2) Split the sorted wordlist.
-
-split -l 500000 lemmas.src
-
-3) Splitting has probably left forms of some lemmas spread across two
-sublists. Manually edit sublists so all forms for a lemma are present in just
-one sublist.
-
-4) Run the converter.
-
-./run_conv.sh xa*
-
-5) The converter has produced abstract and concrete syntaxes for the
-dictionary. You can try them out with GF:
-
-gf DictRus.gf \ No newline at end of file