qlemesle commited on
Commit
e0a8e70
·
1 Parent(s): 4dd192a
Code/PPLUIE/config.py → config.py RENAMED
File without changes
Code/example.py → example.py RENAMED
@@ -1,6 +1,6 @@
1
  # install this lib : pip install {PATH}/ParaPLUIE
2
 
3
- from PPLUIE import ppluie
4
 
5
  template = "FS-DIRECT"
6
 
 
1
  # install this lib : pip install {PATH}/ParaPLUIE
2
 
3
+ from .ppluie import ppluie
4
 
5
  template = "FS-DIRECT"
6
 
parapluie.py CHANGED
@@ -15,7 +15,7 @@
15
 
16
  import evaluate
17
  import datasets
18
- # from Code.PPLUIE import ppluie
19
 
20
  _CITATION = """\
21
  @inproceedings{lemesle-etal-2025-paraphrase,
 
15
 
16
  import evaluate
17
  import datasets
18
+ from .ppluie import ppluie
19
 
20
  _CITATION = """\
21
  @inproceedings{lemesle-etal-2025-paraphrase,
Code/PPLUIE/ppluie.py → ppluie.py RENAMED
File without changes
Code/PPLUIE/templates.py → templates.py RENAMED
File without changes