Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
Heritage_Platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gérard Huet
Heritage_Platform
Commits
6e93e725
Commit
6e93e725
authored
Jan 08, 2018
by
Gérard Huet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jihvaa iic + Pan(8,3,67-68) pour stambh
parent
26c7118e
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
18 additions
and
17 deletions
+18
-17
ML/COPYRIGHT
ML/COPYRIGHT
+1
-1
ML/date.ml
ML/date.ml
+1
-1
ML/html.ml
ML/html.ml
+2
-2
ML/nouns.ml
ML/nouns.ml
+4
-3
ML/scl_parser.ml
ML/scl_parser.ml
+3
-3
ML/verbs.ml
ML/verbs.ml
+1
-1
ML/version.ml
ML/version.ml
+2
-2
ML/web.ml
ML/web.ml
+1
-1
SETUP/MMakefile
SETUP/MMakefile
+1
-1
SETUP/version.txt
SETUP/version.txt
+2
-2
No files found.
ML/COPYRIGHT
View file @
6e93e725
...
...
@@ -4,6 +4,6 @@
(* *)
(* Gérard Huet & Pawan Goyal *)
(* *)
(* ©201
7
Institut National de Recherche en Informatique et en Automatique *)
(* ©201
8
Institut National de Recherche en Informatique et en Automatique *)
(**************************************************************************)
ML/date.ml
View file @
6e93e725
...
...
@@ -4,7 +4,7 @@
(* *)
(* Gérard Huet *)
(* *)
(* ©201
7
Institut National de Recherche en Informatique et en Automatique *)
(* ©201
8
Institut National de Recherche en Informatique et en Automatique *)
(**************************************************************************)
(* Date utilities *)
...
...
ML/html.ml
View file @
6e93e725
...
...
@@ -4,7 +4,7 @@
(* *)
(* Gérard Huet *)
(* *)
(* ©201
7
Institut National de Recherche en Informatique et en Automatique *)
(* ©201
8
Institut National de Recherche en Informatique et en Automatique *)
(**************************************************************************)
(*i module Html = struct i*)
...
...
@@ -657,7 +657,7 @@ value anchor_pseudo url link =
(***************************)
value
start_year
=
" 1994-"
and
current_year
=
"201
7
"
and
current_year
=
"201
8
"
and
author_name
=
"Gérard Huet"
;
value
copyright
=
"© "
^
author_name
^
start_year
^
current_year
...
...
ML/nouns.ml
View file @
6e93e725
...
...
@@ -4,7 +4,7 @@
(* *)
(* Gérard Huet *)
(* *)
(* ©201
7
Institut National de Recherche en Informatique et en Automatique *)
(* ©201
8
Institut National de Recherche en Informatique et en Automatique *)
(**************************************************************************)
(*i module Nouns = struct i*)
...
...
@@ -5547,7 +5547,7 @@ value extract_fem_stems = extract_rec []
where
rec
extract_rec
acc
=
fun
[
[]
->
acc
|
[
(
s
,
Gender
Fem
)
::
rest
]
->
extract_rec
[
s
::
acc
]
rest
|
[
_
::
rest
]
->
[]
|
[
_
::
rest
]
->
[]
(* Beware: ind subentry of fstem will kill its iic *)
]
;
value
enter_iic_stem
entry
(
stem
:
string
)
=
do
...
...
@@ -5606,7 +5606,8 @@ value iic_indecl = (* should be lexicalized *)
value
iicf_extra
=
[
"abalaa"
(* a-bala with fem abalaa *)
;
"kaantaa"
(* kaanta pp *)
]
;
"jihvaa"
(* since jihva mas skips it *)
]
;
value
iic_avya
=
(* indeclinable stems used as iic of avyayiibhaava cpd *)
...
...
ML/scl_parser.ml
View file @
6e93e725
...
...
@@ -4,17 +4,17 @@
(* *)
(* Gérard Huet & Amba Kulkarni *)
(* *)
(* ©201
7
Institut National de Recherche en Informatique et en Automatique *)
(* ©201
8
Institut National de Recherche en Informatique et en Automatique *)
(**************************************************************************)
(*
I
nterface with UoH dependency parser *)
(*
Module [Scl_parser] used as i
nterface with UoH dependency parser *)
open
Html
;
open
Web
;
(* ps pl etc. *)
open
Morphology
;
(* inflected lemma morphology *)
open
Phases
;
(* Phases *)
open
Dispatcher
;
(* Dispatch *)
open
SCLpaths
;
(* [scl_url scl_cgi] *)
open
SCLpaths
;
(* [scl_url scl_cgi
default_output_font
] *)
module
Prel
=
struct
...
...
ML/verbs.ml
View file @
6e93e725
...
...
@@ -4,7 +4,7 @@
(* *)
(* Gérard Huet & Pawan Goyal *)
(* *)
(* ©201
7
Institut National de Recherche en Informatique et en Automatique *)
(* ©201
8
Institut National de Recherche en Informatique et en Automatique *)
(**************************************************************************)
(* Verbs defines the conjugation paradigms, and computes conjugated forms *)
...
...
ML/version.ml
View file @
6e93e725
...
...
@@ -4,8 +4,8 @@
(* *)
(* Gérard Huet & Pawan Goyal *)
(* *)
(* ©201
7
Institut National de Recherche en Informatique et en Automatique *)
(* ©201
8
Institut National de Recherche en Informatique et en Automatique *)
(**************************************************************************)
(* Generated by make version - see main Makefile *)
value
version
=
"3.0
3"
and
version_date
=
"2017-12-10
"
;
value
version
=
"3.0
4"
and
version_date
=
"2018-01-08
"
;
ML/web.ml
View file @
6e93e725
...
...
@@ -4,7 +4,7 @@
(* *)
(* Gérard Huet & Pawan Goyal *)
(* *)
(* ©201
7
Institut National de Recherche en Informatique et en Automatique *)
(* ©201
8
Institut National de Recherche en Informatique et en Automatique *)
(**************************************************************************)
(* module Web html = struct *)
...
...
SETUP/MMakefile
View file @
6e93e725
...
...
@@ -5,7 +5,7 @@
# Gérard Huet & Pawan Goyal #
# #
############################################################################
#TEMPLATE Makefile of SKT Platform #DATE Copyright Gérard Huet 201
7
#
#TEMPLATE Makefile of SKT Platform #DATE Copyright Gérard Huet 201
8
#
############################################################################
#WARN
...
...
SETUP/version.txt
View file @
6e93e725
VERSION='3.0
3
'
DATE='201
7-12-10
'
VERSION='3.0
4
'
DATE='201
8-01-08
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment