taissirboukrouba / Structured-Information-Retrieval-with-LLMs

Academic Sequence Labelling Between DistillBERT & Encoder-only Transformer
1 stars 0 forks source link

Split Issue ! #5

Closed taissirboukrouba closed 2 months ago

taissirboukrouba commented 2 months ago

When splitting sentences into phrase on comma , , it is also splitting on function's.

Example :

taissirboukrouba commented 2 months ago

Issue fixed !

Used regex to not split in between brackets or else.