TravelNER / app

Commit History

Add link to github in interface
849fa7f

Az-r-ow commited on

Dynamic data folder path
90838cb

Az-r-ow commited on

fix filepaths
5adede3

Az-r-ow commited on

added text input box
e80c2cb

Az-r-ow commited on

Fixed path csv path error and moved data folder
3c21054

Az-r-ow commited on

Added nltk.txt file
8a27130

Az-r-ow commited on

fix(unit_test): removed all unit tests related to data_processing
d84b825

Az-r-ow commited on

fix(unit_tests): Removed obsolete unit tests
f3a4559

Az-r-ow commited on

feat(interface): Beta version of the interface
a4bde73

Az-r-ow commited on

WIP(interface): added map with route
65b2047

Az-r-ow commited on

WIP: refactoring the interface
4e0aa6b

Az-r-ow commited on

refactor(app): global variables defined separately
8115897

Az-r-ow commited on

feat(ihm): semi-functionnal interface, minor things to add
dcd93f5

Az-r-ow commited on

fix: upgraded stanza version in which weights warnings are fixed
74d5c55

Az-r-ow commited on

feat: NER on sentences with CamemBERT fine-tuned
49f1d28

Az-r-ow commited on

chore: updated requirements file accodingly and moved the interface to right file
695af8c

Az-r-ow commited on

feat(interface): add the path for the dijkstra algorithm in the interface
f8ab8fd

Matthias GOUPIL commited on

feat(interface): fetch stations for selected cities and change of interface design with Paul
63ed8b3

Matthias GOUPIL commited on

feat(interface): linking the AStar graph to the interface with Paul
ced8d95

Matthias GOUPIL commited on

fix(pathfinder) : add documentation on generate_data_file.py functions
2d9f2c6

DuquesnoyPaul commited on

feat(pathfinder) : implementation of a new dijkstra algo version with start end end nodes
4bc58df

DuquesnoyPaul commited on

feat(ner_models): NERModel base class with different model specific class
2a285f8

Az-r-ow commited on

chore(data-processing): updated process_sentence function
555572c

Az-r-ow commited on

fix: Caps on city names
fcb3586

Az-r-ow commited on

fix(data_processing): using a fixed order for the entities
9e64968

Az-r-ow commited on

feat(processing): option to remove stopwords or not
aba5a2f

Az-r-ow commited on

fix(data_processing): added empty line between sentences in bio + added paragraphs in corpus
85da5f9

Az-r-ow commited on

feat(ner_models): NER with LSTM
253d109

Az-r-ow commited on

chore(data-processing): removed unused stemmer
c41bd1d

Az-r-ow commited on

feat(data-processing): remove stopwords
ae14666

Az-r-ow commited on

test(data_processing): updated test case for from_bio_file_to_examples
d1798b9

Az-r-ow commited on

WIP(ner-models): Hidden Markov Model with hmmlearn
284713a

Az-r-ow commited on

WIP(ner): HMM for NER
e54bb7f

Az-r-ow commited on

Merge pull request #9 from lucas066001/feat/ihm
fd76209
unverified

Lucas commited on

feat(interface): linking the dijkstra graph to the interface
fdb6f79

Matthias GOUPIL commited on

Merge pull request #8 from lucas066001/feat/path_finder
b1b0266
unverified

Lucas commited on

feat(pathfinder): implementation of a script to generate new data file to get informations of train stattions
c4afd9a

DuquesnoyPaul commited on

feat(interface): speech to text
b57813a

Matthias GOUPIL commited on

Merge pull request #7 from lucas066001/feat/path_finder
9b71259
unverified

Lucas commited on

feat(pathfinder): create CSVTravelGraph Class to create the graph with a csv
1c015d5

Matthias GOUPIL commited on

PDL : get minutes from distance implementation and tests / euclidian distance to km
8062743

DuquesnoyPaul commited on

fix(nltk): downloading 'punkt_tab' for tokenization
7d369ee

Az-r-ow commited on

fix(data_processing): fixed test samples folder name + added nltk ressource download
a85b199

Az-r-ow commited on

test(data_processing): test sample files
c96d0a8

Az-r-ow commited on

ci(data_processing): updated ci to test all test files recursively
d1c7aff

Az-r-ow commited on

test(data_processing): test cases for data processing functions
4fbdbc2

Az-r-ow commited on

PDL : heuristic functions implementation and test
dad800b

DuquesnoyPaul commited on

Merge branch 'main' into feat/data_processing
6857b34
unverified

Lucas commited on

PDL : A* and Dijkstra implementations and tests
12031b6

DuquesnoyPaul commited on

feat(data_processing): function to generate tf Dataset based on tuple (inputs, labels)
2d65dc3

Az-r-ow commited on